DescentDevelopers / Descent3

Descent 3 by Outrage Entertainment
GNU General Public License v3.0
2.88k stars 251 forks source link

Fix 13 different crashes [ASAN] #553

Closed jengelh closed 2 months ago

jengelh commented 2 months ago

Pull Request Type

Description

A regular build (-O2 -g) of the game crashed for me for the first time in level 4 picking up SeekerMine. At that point, I exchanged -O2 for -O0 -g -fsanitize=address,undefined and only got more program terminations 🥲

Screenshots (if applicable)

smine

Checklist