bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-tar] Unterminated buffer in rtapelib.c


From: Sergey Poznyakoff
Subject: Re: [Bug-tar] Unterminated buffer in rtapelib.c
Date: Fri, 27 Feb 2004 10:59:02 +0200

Leland Lucius <address@hidden> wrote:

> +  char operand_buffer[UINTMAX_STRSIZE_BOUND + 1];
[...]
> +  *--p = '\0';
> +

Thank you. Although increasing size of operand_buffer by one is
superfluous, since UINTMAX_STRSIZE_BOUND accounts for terminating
null.

Regards,
Sergey  
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]