commit | 5e38aae91bcc1ae0560debb9866df17e7da20ab1 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Sep 07 16:30:09 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Sep 07 16:30:09 2010 +0000 |
tree | e2f7c76e4df9baa236dfc2eeb7025d14f73133d4 | |
parent | 7f7561ebfc10089d7ee651487835d6229d5a97e2 [diff] |
Issue #9758: When fcntl.ioctl() was called with mutable_flag set to True, and the passed buffer was exactly 1024 bytes long, the buffer wouldn't be updated back after the system call. Original patch by Brian Brazil.