From: Christian Heimes Date: Fri, 26 Jul 2013 13:51:35 +0000 (+0200) Subject: Check return value of PyLong_FromLong(X509_get_version()). It might be NULL if X-Git-Tag: v3.4.0a1~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9bfcaa6fb39358b4aa950e8bd522b1acdf472bba;p=thirdparty%2FPython%2Fcpython.git Check return value of PyLong_FromLong(X509_get_version()). It might be NULL if X509_get_version() grows beyond our small int cache. CID 1058279 --- 9bfcaa6fb39358b4aa950e8bd522b1acdf472bba