Skip to content
Snippets Groups Projects

Fix various segfaults caused by missing P_MobjWasRemoved checks

Merged Hanicef requested to merge Hanicef/SRB2Classic:fix-missing-mobjwasremoved-checks into next

Found various places where the game could potentially segfault due to missing P_MobjWasRemoved checks. Discovered using this script:

addHook("MobjLineCollide", function (mobj, line)
	P_RemoveMobj(mobj)
end)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading