commit | d85032e25d4f9864ecc694a02a6678b4e6069739 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Jul 18 23:58:08 2013 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Jul 18 23:58:08 2013 +0200 |
tree | c8411917c18235653d376e73eb61bc8b67f2521e | |
parent | 9e09c26e8a5af10609f1e470ae736f4f24bf46b7 [diff] | |
parent | 45e90394e728d94c0840010d4b47803456539d09 [diff] |
(Merge 3.3) Fix posix_chflags(): return_value was uninitialized when follow_symlinks=False whereas the fchmodat() function is not avaialble.