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 #3 from Adhemerval Zanella <adhemerval.zanella at linaro dot org> ---
In this case I think the definitions to declare bzero/bcopy on string/string.h
is out the sync of the ones on strings.h.  The former just use __USE_MISC to
declare the bzero/etc. where the latter also adds !defined __USE_XOPEN2K8.  My
understanding of the conform tests is the latter should be the correct one.

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