This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix VAX crash


Richard Henderson wrote:
On Thu, Nov 07, 2002 at 06:30:23PM +0000, Graham Stott wrote:

Are you confusing digit with digits?

No.

  if (digits == 0 || digits > max_digits)
    digits = max_digits;



r~

Ok but we still have to account for the digits added to the buffer
otherwise we can end up exceeding the buffer later.

Graham


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]