commit | 21c134d0e30b3bcb8733bdd33b9aea10305c2025 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Wed Dec 23 09:46:53 2009 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Wed Dec 23 09:46:53 2009 +0000 |
tree | 76312f72a8a9211fbf656c531dfe801feb66c81c | |
parent | 25339af98d2ce0eac2974ec2ae4edf8142eaccff [diff] |
Merged revisions 77007 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77007 | gregory.p.smith | 2009-12-23 01:31:11 -0800 (Wed, 23 Dec 2009) | 3 lines Fix possible integer overflow in lchown and fchown functions. For issue1747858. ........