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

--- Comment #6 from Rich Felker <bugdal at aerifal dot cx> 2013-01-10 18:56:36 UTC ---
Austin Group Issue #639 was closed with a resolution that the implementation is
required, as currently written, to detect the use of invalid handles.
Therefore, glibc is presently non-conforming. All functions which take DSO
handles should be updated to walk the loaded DSO list and check that the
argument matches the handle of a valid loaded DSO before making any other use
of the argument.

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