scrut(1): fixes buffer overflow on i386 systems
This commit is contained in:
parent
42010596de
commit
18dfd20937
@ -29,7 +29,7 @@
|
||||
|
||||
char *program_name = "scrut";
|
||||
#define OPTS "bcdefgkprsuwxLS"
|
||||
static char *opts = OPTS;
|
||||
static char opts[] = OPTS;
|
||||
|
||||
static int
|
||||
usage(char *argv0) {
|
||||
|
Loading…
Reference in New Issue
Block a user