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 malloc/20644] RFE: valgrind interoperation with fortification


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

--- Comment #3 from Mark Wielaard <mjw at redhat dot com> ---
It would be useful if __chk_fail got the address that was about to cause the
out of buffer access. Then a tool like valgrind could intercept __check_fail
and provide all information it had about that address/those addresses (before
dying or continuing into the __fortify_fail call).

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