server/src/util
Enno Rehling 4ee0f76927 CID 22570: Copy into fixed size buffer (STRING_OVERFLOW)
not only that, but strlcpy is the faster option here, too.
2015-10-30 10:57:52 +01:00
..
attrib.c coverity scan (multiple CID) is confuced about a_remove, trying to help it. 2015-10-29 09:06:52 +01:00
attrib.h
attrib.test.c coverity scan (multiple CID) is confuced about a_remove, trying to help it. 2015-10-29 09:06:52 +01:00
base36.c eliminate static variable leak and allocation from base36 2015-10-27 12:48:34 +01:00
base36.h
base36.test.c
bsdstring.c CID 22597: va_start/va_end mismatch 2015-10-29 20:43:37 +01:00
bsdstring.h
bsdstring.test.c
CMakeLists.txt
crmessage.c
crmessage.h
dice.c
encoding.h
event.c leaks: call cleanup, free triggers 2015-10-14 20:29:07 +02:00
event.h
filereader.c
filereader.h
functions.c stop memory leak from function registry. 2015-10-13 21:26:48 +02:00
functions.h stop memory leak from function registry. 2015-10-13 21:26:48 +02:00
functions.test.c
goodies.c
goodies.h
language.c coverity scan CID 22555: sizeof not portable 2015-10-29 09:06:43 +01:00
language.h
language_struct.h
lists.c
lists.h
log.c coverity scan CID 22433: buffer not null terminated, prefer strlcpy over strncpy 2015-10-29 09:06:53 +01:00
log.h
message.c
message.h
nrmessage.c CID 22570: Copy into fixed size buffer (STRING_OVERFLOW) 2015-10-30 10:57:52 +01:00
nrmessage.h
nrmessage_struct.h
parser.c
parser.h
parser.test.c
rand.c
rand.h
resolve.c
resolve.h
rng.h
rng.test.c
strings.c
strings.h
strings.test.c
translation.c
translation.h
umlaut.c I hate umlaut.c, it's basically magic, and the magic doesn't work right (it leaks memory from line 158) 2015-10-14 13:56:19 +02:00
umlaut.h
umlaut.test.c extend test_umlaut a bit, which doesn't trigger issue #316 2015-10-14 13:42:12 +02:00
unicode.c
unicode.h
unicode.test.c
variant.h
xml.c
xml.h