scrut(1): fixes buffer overflow on i386 systems

This commit is contained in:
Emma Tebibyte 2024-08-10 18:57:36 -06:00
parent 42010596de
commit 18dfd20937
Signed by: emma
GPG Key ID: 06FA419A1698C270

View File

@ -29,7 +29,7 @@
char *program_name = "scrut";
#define OPTS "bcdefgkprsuwxLS"
static char *opts = OPTS;
static char opts[] = OPTS;
static int
usage(char *argv0) {