Skip to content

Commit

Permalink
gcc complained about another possible buffer overrun
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophHaag committed Jul 21, 2018
1 parent dd8b445 commit 2e14654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomclassic/doom/p_setup.cpp
Expand Up @@ -622,7 +622,7 @@ P_SetupLevel
skill_t skill)
{
int i;
char lumpname[9];
char lumpname[16];
int lumpnum;

::g->totalkills = ::g->totalitems = ::g->totalsecret = ::g->wminfo.maxfrags = 0;
Expand Down

0 comments on commit 2e14654

Please sign in to comment.