fix a buffer overlow introduced in recent commit
This commit is contained in:
+1
-1
@@ -2579,7 +2579,7 @@ reroll_menu(void)
|
|||||||
ATR_NONE, NO_COLOR, "start the game with this character",
|
ATR_NONE, NO_COLOR, "start the game with this character",
|
||||||
MENU_ITEMFLAGS_NONE);
|
MENU_ITEMFLAGS_NONE);
|
||||||
any.a_char = 'y';
|
any.a_char = 'y';
|
||||||
Strcat(buf, "reroll another character");
|
Strcpy(buf, "reroll another character");
|
||||||
#ifdef SYSCF
|
#ifdef SYSCF
|
||||||
if (sysopt.maxrerolls > 0) {
|
if (sysopt.maxrerolls > 0) {
|
||||||
char *bp = eos(buf);
|
char *bp = eos(buf);
|
||||||
|
|||||||
Reference in New Issue
Block a user