mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-04-20 00:20:55 +00:00
(print_header): Change sizes of uform and gform from 11 to
UINTMAX_STRSIZE_BOUND.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user