(lrange, shoo, execute): Buffer passed to getstarg() was too small.
Player could overrun it!
This commit is contained in:
parent
58a0d40777
commit
968e754447
3 changed files with 7 additions and 7 deletions
|
@ -303,7 +303,7 @@ status(void)
|
|||
int
|
||||
execute(void)
|
||||
{
|
||||
char buf[512];
|
||||
char buf[1024];
|
||||
int failed;
|
||||
char *p;
|
||||
char *redir;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue