]> granicus.if.org Git - python/commit
st_dev/st_rdev should be unsigned long as dwVolumeSerialNumber, which it is set to...
authorBrian Curtin <brian@python.org>
Mon, 31 Dec 2012 17:59:48 +0000 (11:59 -0600)
committerBrian Curtin <brian@python.org>
Mon, 31 Dec 2012 17:59:48 +0000 (11:59 -0600)
commit87e63a273c53cc7cd35f0d41d1fdc7a9fe186055
treebd378648cd9264f00765c4db95b297de9c7e958d
parentb4f39e85f2199bb9344e9b49feed3f6a45a318de
st_dev/st_rdev should be unsigned long as dwVolumeSerialNumber, which it is set to, is a DWORD. This was fixed in #11939 and the overflow was mentioned in #10657 and seen by me on some machines.
Modules/posixmodule.c