(lrange, shoo, execute): Buffer passed to getstarg() was too small.

Player could overrun it!
This commit is contained in:
Markus Armbruster 2005-06-13 11:32:07 +00:00
parent 58a0d40777
commit 968e754447
3 changed files with 7 additions and 7 deletions

View file

@ -303,7 +303,7 @@ status(void)
int
execute(void)
{
char buf[512];
char buf[1024];
int failed;
char *p;
char *redir;