On Mon, May 16 2022 at 07:23:20 AM -0700, John Reiser
<jreiser@xxxxxxxxxxxx> wrote:
Zero is the worst possible auto-int value. It will hide the most
bugs.
That's true, but using zero also converts code execution
vulnerabilities into denial of service vulnerabilities. Dereference a
NULL pointer and you get a non-exploitable crash. Dereference
0x81818181 and you have a much more serious problem at predictable
location.
The goal of this change is to mitigate security bugs, and using a
nonzero value does not accomplish that goal.
Michael
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure