This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients skrah, vstinner
Date 2012-01-26.17:10:49
SpamBayes Score 0.020090334
Marked as misclassified No
Message-id <CAMpsgwbaQBFjkLGvDrYEzO=cZj2xC3uoup=XApptzLqzmY6t=Q@mail.gmail.com>
In-reply-to <20120126143219.GA4927@sleipnir.bytereef.org>
Content
There was a similar bug which was declared as a vulnerability in the
Linux kernel:
http://isc.sans.edu/diary.html?storyid=6820

GCC has an option to disable this optimization: -fno-delete-null-pointer-checks.
History
Date User Action Args
2012-01-26 17:10:49vstinnersetrecipients: + vstinner, skrah
2012-01-26 17:10:49vstinnerlinkissue13874 messages
2012-01-26 17:10:49vstinnercreate