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

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

[avr-libc-dev] [bugs #10068] vfscanf fails to properly process multiple


From: Joerg Wunsch
Subject: [avr-libc-dev] [bugs #10068] vfscanf fails to properly process multiple floating point numbers.
Date: Mon, 20 Sep 2004 18:29:47 -0400
User-agent: Mozilla/5.0 Galeon/1.2.13 (X11; FreeBSD i386; U;) Gecko/0

This mail is an automated notification from the bugs tracker
 of the project: AVR C Runtime Library.

/**************************************************************************/
[bugs #10068] Latest Modifications:

Changes by: 
                Joerg Wunsch <address@hidden>
'Date: 
                Mon 09/20/04 at 22:23 (Europe/Berlin)

            What     | Removed                   | Added
---------------------------------------------------------------------------
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Suggested fix (plus a few comments) applied in both, HEAD
and the 1.0 branch.

Thanks!






/**************************************************************************/
[bugs #10068] Full Item Snapshot:

URL: <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=10068>
Project: AVR C Runtime Library
Submitted by: 0
On: Thu 08/19/04 at 20:22

Category:  Library
Severity:  5 - Average
Item Group:  None
Resolution:  None
Privacy:  Public
Assigned to:  joerg_wunsch
Originator Email:  address@hidden
Status:  Closed


Summary:  vfscanf fails to properly process multiple floating point numbers.

Original Submission:  Hi,

In the vfcsanf function the array fltchars location 10 and 12 are set to zero 
to prevent multiple occurrences of the 'e' and '.' characters in the floating 
point conversion case statement. Unfortunately the array is not restored for 
the next value. 

Thanks

Brent 

Follow-up Comments
------------------


-------------------------------------------------------
Date: Mon 09/20/04 at 22:23         By: Joerg Wunsch <joerg_wunsch>
Suggested fix (plus a few comments) applied in both, HEAD
and the 1.0 branch.

Thanks!

-------------------------------------------------------
Date: Thu 08/19/04 at 21:37         By: 0 <None>
Here is the patch.

Brent







File Attachments
-------------------

-------------------------------------------------------
Date: Thu 08/19/04 at 21:37  Name: patch  Size: 656B   By: None

http://savannah.nongnu.org/bugs/download.php?item_id=10068&amp;item_file_id=1589






For detailed info, follow this link:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=10068>

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







reply via email to

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