icculus / Serious-Engine

An open source version of a game engine developed by Croteam for the classic Serious Sam games.
GNU General Public License v2.0
164 stars 21 forks source link

fix sscanf stack buffer overflow. string should have '\0' #62

Closed comicfans closed 8 years ago

comicfans commented 8 years ago

string didn't allocate '\0' space reported by clang.