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 math/16961] nan function incorrect handling of bad sequences


https://sourceware.org/bugzilla/show_bug.cgi?id=16961

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

--- Comment #2 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
We're talking about arguments such as "1)", where strtod sees an initial
substring "NAN(1)" of its argument "NAN(1))" and processes that (but the
semantics of the nan function mean the whole string should be ignored).

-- 
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]