]> git.xonotic.org Git - xonotic/netradiant.git/commit
introduce safe_malloc0, also 0 the memory before usage
authorThomas Debesse <dev@illwieckz.net>
Tue, 14 Jan 2020 05:17:15 +0000 (06:17 +0100)
committerThomas Debesse <dev@illwieckz.net>
Mon, 20 Jan 2020 19:57:17 +0000 (20:57 +0100)
commit1b81b95afa8535a5075af2ab37b4da3a94e5a31a
tree4fc61064b56382c482df778bd7ba4612ba239259
parent5217679e3fb04968ed2ef8c19e41554fa7f11072
introduce safe_malloc0, also 0 the memory before usage

note called safe_calloc because calloc does not have the same syntax
and this safe_malloc0 uses malloc syntax
tools/quake3/common/cmdlib.c
tools/quake3/common/cmdlib.h