| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Removefile returns remove() and CreateFolder returns fs_makedir(),
but they returns 0 on success and non-zero on error. Fix that,
RemoveFile and CreateFolder should return true on success.
(they return false when the type argument is invalid).
note: bug has remained unoticed because noone uses CreateFolder, and the
user of RemoveFile (the demo browser's remove button) doesn't
check the return value.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
used instead. Closes #267
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
crash a masterserver by sending it a packet that had the compression flag (but not the connection-less flag) set because the huffman look up table is not initialized in the masterserver and thus resulted in a null-pointer-node. clients and servers (with initialized look up tables were not affected. it was also not possible to use this to inject code.
|
|
|
|
|
|
|
|
dialog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
it if the check fails. Closes #10
|
|
|
|
memory cleanup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and fixed line endings
|