drfiemost / Hurrican

A fork of Hurrican, freeware jump and shoot game created by Poke53280, with SDL2 enabled by default, support for libopenmpt and CRT simulation
MIT License
7 stars 2 forks source link

Fix out of bound accesses #20

Closed drfiemost closed 2 years ago

drfiemost commented 2 years ago

Fixed a couple of accesses outside the array bounds catched with UBSan, one related to the lightning rotation and the other to water refraction.