This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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]

[Bug libc/12424] strtod() reads past the string end


http://sourceware.org/bugzilla/show_bug.cgi?id=12424

--- Comment #2 from Yeti <yeti at physics dot muni.cz> 2011-01-21 13:42:52 UTC ---
It apparently reads 8 bytes at a time *and then* another 8 bytes, i.e. it reads
14 bytes after the string end in the example.  It might be still correct but
this seems a bit too much.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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