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/15473] null pointer handling in strcmp


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

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WONTFIX                     |INVALID

--- Comment #3 from Andreas Schwab <schwab@linux-m68k.org> 2013-05-16 07:20:08 UTC ---
There is nothing to fix here.  NULL cannot sensibly be ordered with non-NULL
values, so it is impossible to define a return value.  Talking to ISO would be
a waste of time.

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