Interrupt / systemshock

Shockolate - A minimalist and cross platform System Shock source port.
GNU General Public License v3.0
806 stars 65 forks source link

cheat level jump crashes systemshock #224

Closed acd2001 closed 5 years ago

acd2001 commented 5 years ago

pressing repeteadly ctrl-4 or ctrl-5, shockolate crash with segmentation fault

donnierussellii commented 5 years ago

There's no check on valid levels you can go to. I believe the valid levels are 0-14 (is that correct?). Going past those (-1 or 15) has undefined behavior.

donnierussellii commented 5 years ago

Fix in my PR #230