sezero / quakespasm

QuakeSpasm -- A modern, cross-platform Quake game engine based on FitzQuake.
https://sourceforge.net/projects/quakespasm/
GNU General Public License v2.0
227 stars 96 forks source link

SZ_GetSpace: overflow in certain maps with sv_protocol 999 #74

Closed sezero closed 1 year ago

sezero commented 1 year ago

E.g. ad_sepulcher from AD1.7 or telefragged from Rubicon Rumble Pack. See: https://github.com/andrei-drexler/ironwail/issues/93 https://github.com/andrei-drexler/ironwail/issues/97

Patches extracted and backported from ironwail (to be applied in order): patch-01.txt patch-02.txt Without these, protocol 999 cannot be made the default.

@ericwa: OK? CC: @andrei-drexler

sezero commented 1 year ago

The patches are in git now. Closing as fixed.