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 string/20558] POSIX bcopy/bzero decls do not implement Object Size Checking


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

--- Comment #2 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
Fortification should be orthogonal to other feature test macros.  That is, 
any function should be fortified if that function is declared, 
fortification for that function is supported and fortification is enabled.  
This should be independent of which header the declaration is obtained 
from.

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