(print_header): Change sizes of uform and gform from 11 to

UINTMAX_STRSIZE_BOUND.
This commit is contained in:
Paul Eggert
1999-06-16 11:04:02 +00:00
parent ce00ef748c
commit 69e400d4e0

View File

@@ -757,7 +757,8 @@ print_header (void)
{
char modes[11];
char *timestamp;
char uform[11], gform[11]; /* these hold formatted ints */
/* These hold formatted ints. */
char uform[UINTMAX_STRSIZE_BOUND], gform[UINTMAX_STRSIZE_BOUND];
char *user, *group;
char size[2 * UINTMAX_STRSIZE_BOUND];
/* holds formatted size or major,minor */