]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
Fix bad memory overrun bug in R_Shadow_PrepareLights_AddSceneLight - it was not multi...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 11 Oct 2016 02:56:31 +0000 (02:56 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 11 Oct 2016 02:56:31 +0000 (02:56 +0000)
commit212a93f6f5c06d50d331d61e1792d12f11ca1595
treee155d9706403b9b87846ede74dba6cb94ee60846
parentb7a1b307d1b7cb5fec3221d2f2b15af74791663d
Fix bad memory overrun bug in R_Shadow_PrepareLights_AddSceneLight - it was not multiplying the array size by sizeof.

Thanks to Monster for reporting this bug.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12287 d7cf8633-e32d-0410-b094-e92efae38249
r_shadow.c