]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9758: When fcntl.ioctl() was called with mutable_flag set to True,
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 7 Sep 2010 16:30:09 +0000 (16:30 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 7 Sep 2010 16:30:09 +0000 (16:30 +0000)
commit5e38aae91bcc1ae0560debb9866df17e7da20ab1
treee2f7c76e4df9baa236dfc2eeb7025d14f73133d4
parent7f7561ebfc10089d7ee651487835d6229d5a97e2
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.
Lib/test/test_ioctl.py
Misc/NEWS
Modules/fcntlmodule.c