]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19636: Fix posix__getvolumepathname(), raise an OverflowError if
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 24 Nov 2013 18:22:57 +0000 (19:22 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 24 Nov 2013 18:22:57 +0000 (19:22 +0100)
commit6edddfaf5ba9632bf509305bb9b97abbd1d2635c
tree8c1b47b6a07e1588b65a23087d18d6c9c31e3437
parentf4a4898c18c9cc5ca6d2747789c6586524daf461
Issue #19636: Fix posix__getvolumepathname(), raise an OverflowError if
the length doesn't fit in an DWORD
Modules/posixmodule.c