Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upEnable stack smashing protection #525
Open
Labels
Comments
|
We're already using |
|
Ignore Automatic reference counting. |
|
Do you know the perf implication of turning these on @jumde ? |
|
Looks like its enabled for the
|
|
Behavior is same in chrome. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Automatic reference counting (-fobjc-arc) helps to prevent use-after-free and use-after-release bugs.
Stack smashing protection (-fstack-protector-all) helps to prevent stack buffer overflows.