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/15271] dlmopen()ed shared library with LM_ID_NEWLM crashes if it fails dlsym() twice


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

--- Comment #2 from Brian Nguyen <brnguyen at nvidia dot com> 2013-03-14 23:23:42 UTC ---
Hi Carlos,

I don't believe this patch is legally significant per
http://www.gnu.org/prep/maintain/maintain.html#Legally-Significant since it
simply moves an existing function and replaces free() with check_free() in
two locations in the code.

Furthermore, per this link I believe this is merely an "idea": a possible
fix for this bug is to check the frees that are performed in
_dlerror_run() and __dlerror().

Thanks,
Brian

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