]> de.git.xonotic.org Git - xonotic/netradiant.git/commit
LoadPNGBuffer: use safe_malloc0 to allocate a zeored imate buffer
authorThomas Debesse <dev@illwieckz.net>
Tue, 14 Jan 2020 05:52:08 +0000 (06:52 +0100)
committerThomas Debesse <dev@illwieckz.net>
Thu, 23 Jan 2020 18:21:39 +0000 (19:21 +0100)
commita72f2479af933c41253c30b3d4d1760d97230964
tree448d5c44d58a09f9918f0bce74644e362541cdb5
parent1b81b95afa8535a5075af2ab37b4da3a94e5a31a
LoadPNGBuffer: use safe_malloc0 to allocate a zeored imate buffer

valgrind reports there may be issues if this is not initialized
tools/quake3/q3map2/image.c