quakeforge/libs/util
Bill Currie 38319d01b2 Fix some null pointer shenanigans
clang doesn't like anything but a bare 0 as null (and in some of the
cases, it was quite right: '\0' should not be treated as a null
pointer). And the crashers were just for paranoia and probably aren't
needed any more (kept for now, though).
2022-03-31 00:25:22 +09:00
..
test
bsearch.c
bspfile.c
buildnum.c
cbuf.c
cexpr-lex.l
cexpr-lib.c
cexpr-parse.y
cexpr-type.c
cexpr-vars.c
checksum.c
cmd.c
cmem.c Fix some null pointer shenanigans 2022-03-31 00:25:22 +09:00
crc.c
cvar.c
dirent.c
dstring.c
fendian.c
fnmatch.c
getopt.c
getopt1.c
hash.c
heapsort.c
idparse.c
info.c
link.c
llist.c
Makemodule.am
math.S
mathlib.c
mdfour.c
mersenne.c
msg.c
pakfile.c
plist.c
plugin.c
qargs.c
qendian.c
qsort_r.c
quakefs.c
quakeio.c
riff.c
script.c
segtext.c
set.c
simd.c
sizebuf.c
string.c
sys.c
sys_ia32.S
va.c
ver_check.c
wad.c
wadfile.c
zone.c