]> git.xonotic.org Git - xonotic/netradiant.git/commit
q3map2: use safe_malloc0 when safe_malloc is followed by a memset to 0 with the same... 160/head
authorThomas Debesse <dev@illwieckz.net>
Thu, 23 Jan 2020 21:27:12 +0000 (22:27 +0100)
committerThomas Debesse <dev@illwieckz.net>
Thu, 23 Jan 2020 21:27:12 +0000 (22:27 +0100)
commit8a01d3f9b735667bdb8b1243e89d79d7d547bc07
tree57dfc4224ac9f5db6268a55d082c5fdd68bd98d1
parentf3333ed78754d3836d87cee3f0121bc2fa02c4df
q3map2: use safe_malloc0 when safe_malloc is followed by a memset to 0 with the same size
26 files changed:
tools/quake3/common/bspfile.c
tools/quake3/common/cmdlib.c
tools/quake3/common/imagelib.c
tools/quake3/common/polylib.c
tools/quake3/q3map2/brush.c
tools/quake3/q3map2/bsp.c
tools/quake3/q3map2/bspfile_abstract.c
tools/quake3/q3map2/bspfile_ibsp.c
tools/quake3/q3map2/bspfile_rbsp.c
tools/quake3/q3map2/convert_bsp.c
tools/quake3/q3map2/decals.c
tools/quake3/q3map2/facebsp.c
tools/quake3/q3map2/light.c
tools/quake3/q3map2/light_bounce.c
tools/quake3/q3map2/light_ydnar.c
tools/quake3/q3map2/lightmaps_ydnar.c
tools/quake3/q3map2/map.c
tools/quake3/q3map2/model.c
tools/quake3/q3map2/patch.c
tools/quake3/q3map2/portals.c
tools/quake3/q3map2/shaders.c
tools/quake3/q3map2/surface.c
tools/quake3/q3map2/surface_foliage.c
tools/quake3/q3map2/surface_meta.c
tools/quake3/q3map2/vis.c
tools/quake3/q3map2/visflow.c