]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Check return value of PyLong_FromLong(X509_get_version()). It might be NULL if
authorChristian Heimes <christian@cheimes.de>
Fri, 26 Jul 2013 13:51:35 +0000 (15:51 +0200)
committerChristian Heimes <christian@cheimes.de>
Fri, 26 Jul 2013 13:51:35 +0000 (15:51 +0200)
commit9bfcaa6fb39358b4aa950e8bd522b1acdf472bba
treefc295e21c4ac747026095717a857b2b99981f64d
parentdd6f3899f7c83b5a923318a5108f0227b785060a
parent5962bef8aa1b711c558d92c428c122717ddb5228
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
Modules/_ssl.c