]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Q2BSP: fix misaligned memory access
authorbones_was_here <bones_was_here@xonotic.au>
Fri, 26 Jan 2024 10:10:14 +0000 (20:10 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Mon, 29 Jan 2024 15:32:38 +0000 (01:32 +1000)
commit1b4250b2073d263c3a1012dbf88d3f1d37ae79c8
treecc97520c321b469fbd5bfc692d1ba7d8c97c620f
parent6a9353485b9a88973fa7071f2f477958a57fb123
Q2BSP: fix misaligned memory access

Fixes a small overallocation (sizeof(int *) instead of int).

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
model_brush.c