mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-12 23:44:21 +00:00
df8f657f09
Windows API ignores all trailing spaces and periods which can get around Quake 3 file system restrictions. QVM opening 'uix86.dll.' actually opens 'uix86.dll' which allows QVM to write native code. This is done in the low-level Sys_FOpen() instead of the function directly used by VMs ( FS_FOpenFileByMode() ) in case there are engine commands now or in the future that can read or write arbitrary files. Reported by Noah Metzger (Chomenor). |
||
---|---|---|
.. | ||
con_log.c | ||
con_passive.c | ||
con_tty.c | ||
con_win32.c | ||
sys_autoupdater.c | ||
sys_loadlib.h | ||
sys_local.h | ||
sys_main.c | ||
sys_osx.m | ||
sys_unix.c | ||
sys_win32.c | ||
win_manifest.xml | ||
win_resource.h | ||
win_resource.rc |