Details for commit eb2e77fb7
04-Apr-2021 (Sunday) at 18:14:15 EDT by Christoph Oelckers
On branches: 1.0.0_branch, 1.0.1_branch, 1.0.2_branch, 1.0.3_branch, cumulative-def, master, newrenderer
- Apply fix from EDuke32 commit 7225643e.
Fix undefined behavior/potential OOB access in ST_21_FLOOR_DOOR. g_AnimateGoal does not take a sector number, it takes an animation index, and caps at 1024, not 4096.