lavenderdotpet / LibreQuake

A freesoftware quake one remake with art under the BSD license
https://discord.gg/nsr6DTF6RX
Other
418 stars 34 forks source link

current spawn .mdl: Too long frame name #120

Closed RandomBrushes closed 8 months ago

RandomBrushes commented 8 months ago

The current model for the spawn has a frame name ("Extend Tentacles") that is too long and can lead to buffer overflows in engines.

Ironwail and Quakespasm have this patched now (https://github.com/andrei-drexler/ironwail/commit/260752f597e4f5e2ec256c71f4945cd10a7d4dbe), but other engines could still crash.

Maximum safe frame name length is 15.

lavenderdotpet commented 8 months ago

oh heard

lavenderdotpet commented 8 months ago

should work image

lavenderdotpet commented 8 months ago

issue fixed in this currently pending pull req https://github.com/MissLavender-LQ/LibreQuake/pull/121