-
-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Description
First part, Darwin does not have a redirect for wcpncpy (see shared/vg_replace_strmem.c).
I tried adding VGO_darwin to the list of platforms but that still didn't work.
This looks like a problem with indirect functions.
Second part, some libc functions call end up calling "_chk" versions (e.g., strcpy_chk see here for the macro
). I'm not sure which compiler options cause __XNU_FORTIFY_SOURCE to be set. Should we also try to redirect these functions?
This is with MacOS X 10.13.
Metadata
Metadata
Assignees
Labels
No labels