avr-libc-dev
[Top][All Lists]
Advanced

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

[avr-libc-dev] [bug #22800] sprintf() expands a 128char string parameter


From: Dmitry Xmelkov
Subject: [avr-libc-dev] [bug #22800] sprintf() expands a 128char string parameter incorrectly
Date: Tue, 01 Apr 2008 23:27:56 +0000
User-agent:

Update of bug #22800 (project avr-libc):

                  Status:                    None => Invalid                
        Percent Complete:                      0% => 100%                   
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

I can not to reproduce this bug with Avr-libc 1.6

With Avr-libc 1.4 (old variant of vfprintf()), yes, it is a bug:
documention does not say about any limits of string
length in case of 'width' field absence.

About size of width variable: the documentation says
about the limit of width value, it is 255.  Avr-libc 1.4 has
this limit 127. Note, this limit does not restrict the length
in case of 'width' field absence.

I have write the test case and will commit to CVS later.


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?22800>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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