ddnet/src
def 258eaf5a98 Fix uninitialized variable
As reported by valgrind --tool=memcheck:

[201==344082== Conditional jump or move depends on uninitialised value(s)
==344082==    at 0x483BC85: strlen (vg_replace_strmem.c:461)
==344082==    by 0x5B9E61D: __vfprintf_internal (in /usr/lib/libc-2.30.so)
==344082==    by 0x5BB0409: __vsnprintf_internal (in /usr/lib/libc-2.30.so)
==344082==    by 0x222AE7: str_format (system.c:2350)
==344082==    by 0x2196AB: CStorage::GetPath(int, char const*, char*, unsigned int) (storage.cpp:274)
==344082==    by 0x219DDD: CStorage::RemoveFile(char const*, int) (storage.cpp:409)
==344082==    by 0x255D3C: CClient::DemoRecorder_Stop(int, bool) (client.cpp:3546)
==344082==    by 0x2569E7: CClient::ConchainReplays(IConsole::IResult*, void*, void (*)(IConsole::IResult*, void*), void*) (client.cpp:3727)
==344082==    by 0x1F4659: CConsole::Con_Chain(IConsole::IResult*, void*) (console.cpp:1169)
==344082==    by 0x1E4C2C: CConsole::ExecuteLineStroked(int, char const*, int, bool) (console.cpp:504)
==344082==    by 0x1E4F37: CConsole::ExecuteLine(char const*, int, bool) (console.cpp:558)
==344082==    by 0x1E5240: CConsole::ExecuteFile(char const*, int, bool, int) (console.cpp:604)
2019-11-03 18:05:42 +01:00
..
base Add a saner way to select angles. Close #1916 2019-09-20 23:57:35 +03:00
engine Fix uninitialized variable 2019-11-03 18:05:42 +01:00
game Version 12.7.3 2019-10-31 14:37:09 +01:00
mastersrv Fixes and stress improvements 2018-12-17 20:05:50 +01:00
osx Fix all the header guards and adjust the script a little 2018-07-06 16:11:38 +02:00
osxlaunch Fix small issue 2019-07-15 14:48:45 +03:00
test Use unsigned integers for colors 2019-05-15 18:05:19 +02:00
tools UTF8 nocase compare & use for chat TAB completion 2019-01-09 08:31:03 +01:00
twping Rename ping -> twping 2014-11-24 23:22:37 +01:00