mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 06:31:56 +00:00
in TODO the sed script to fix the files was changing sprintf to sprintf instead of snprintf, fixed.
This commit is contained in:
parent
d44ae00ade
commit
37c91db62a
1 changed files with 1 additions and 1 deletions
2
TODO
2
TODO
|
@ -9,7 +9,7 @@ to quake-devel@lists.sourceforge.net with details.
|
|||
* On unix systems ~/.quake should overlay a shared data directory. Files
|
||||
in a user's ~/.quake directory should take precedence over files in the
|
||||
shared data dir and all files written should be placed into ~/.quake
|
||||
* sed 's/\<sprintf *(\([^,]\+\),/sprintf(\1, sizeof(\1)),/g' to fix some
|
||||
* sed 's/\<sprintf *(\([^,]\+\),/snprintf(\1, sizeof(\1)),/g' to fix some
|
||||
possible buffer overruns
|
||||
* Devise and implement a way to ensure original gameplay compatibility
|
||||
while still letting us expand and extend the quake engine
|
||||
|
|
Loading…
Reference in a new issue