bradharding / doomretro

The classic, refined DOOM source port. For Windows PC.
https://www.doomretro.com
GNU General Public License v3.0
698 stars 88 forks source link

dehfgets heap overflow fix proposal. #789

Closed devnexen closed 1 year ago

devnexen commented 1 year ago

checking before if there is still data to fetch before accessing the buffer, before the size became negative.

bradharding commented 1 year ago

Thanks!