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 dynamic-link/14989] dlerror() returns garbage


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

Rich Felker <bugdal at aerifal dot cx> changed:

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

--- Comment #3 from Rich Felker <bugdal at aerifal dot cx> 2012-12-31 15:10:36 UTC ---
No, failure is not expected. Undefined behavior is expected. Undefined behavior
is completely different from failure. If your program causes undefined
behavior, all bets are off. There is absolutely no requirement on any output of
the program, not even output that was logically generated before the undefined
behavior was invoked. Programs which invoke undefined behavior are completely
invalid and any bug report referring to the behavior of a program that has
invoked undefined behavior is invalid.

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