]> granicus.if.org Git - python/commit
Issue #27056: Fix _Unpickler_Read() to avoid integer overflow
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 20 May 2016 19:16:59 +0000 (21:16 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 20 May 2016 19:16:59 +0000 (21:16 +0200)
commitda23056a3ed33d2ae69752f7d113059333176297
tree33f88aab0e971f9c053cb6a6bf0f7444412542c6
parentf4049ee1700936a28494e0da607131bde62a8fe5
Issue #27056: Fix _Unpickler_Read() to avoid integer overflow
Modules/_pickle.c