You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
Hi @aaronjeline, thank you for your work on this and for submitting this PR. It will be great if the following review comments are addressed:
The comments on lines 54 thro' 61 need to be updated stating why the definitions are necessary in the macOS environment in spite of FORTIFY_SOURCE being greater than 0.
The fix should be applicable only in the macOS environment when FORTIFY_SOURCE == 2. It should not change definitions in non-macOS environments when FORTIFY_SOURCE ==2.
The same fix is also applicable to some definitions in stdio_checked.h.
This issue was copied from checkedc/checkedc#434
Mac OS sets macros for string functions and has
_FORTIFY_SOURCE
set to2
.The text was updated successfully, but these errors were encountered: