]> granicus.if.org Git - python/commit
Fix possible integer overflow in lchown and fchown functions. For issue1747858.
authorGregory P. Smith <greg@mad-scientist.com>
Wed, 23 Dec 2009 09:31:11 +0000 (09:31 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Wed, 23 Dec 2009 09:31:11 +0000 (09:31 +0000)
commit9f12d468f4f886d70831b34875e95d5efe9c6323
tree5de370d3801cce7036992a2feec2c1d105dd3ba4
parentca2dc4798bab9aa2841c15da5d3f1c0be48f2532
Fix possible integer overflow in lchown and fchown functions.  For issue1747858.
Lib/test/test_posix.py
Modules/posixmodule.c