]> granicus.if.org Git - python/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:18 +0000 (15:51 +0200)
committerChristian Heimes <christian@cheimes.de>
Fri, 26 Jul 2013 13:51:18 +0000 (15:51 +0200)
commit5962bef8aa1b711c558d92c428c122717ddb5228
tree3160a86d7ac59f209bf717cb5315710678ac2571
parentec2309b03d044a80bdaab4b5b3557fdf82177122
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