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 #5 from Mark Wielaard <mjw at redhat dot com> ---
(In reply to Jakub Jelinek from comment #4)
> valgrind can interpose even internal glibc functions, so can't it just
> override __chk_fail ()?

Yes it can. But then it doesn't know which address the access was about. If it
had the address that caused the __chk_fail call (passed as an argument) then it
can provide more information.

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