From: Serhiy Storchaka Date: Tue, 15 Jan 2013 11:32:41 +0000 (+0200) Subject: Check for NULL before the pointer aligning in fastsearch_memchr_1char. X-Git-Tag: v3.4.0a1~1604 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b946af58978ebe29ff6149e8f31e0edc299e4c03;p=thirdparty%2FPython%2Fcpython.git Check for NULL before the pointer aligning in fastsearch_memchr_1char. There is no guarantee that NULL is aligned. --- b946af58978ebe29ff6149e8f31e0edc299e4c03