]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport SF bug/patch #1433877: string parameter to ioctl not null terminated
authorThomas Wouters <thomas@python.org>
Fri, 5 May 2006 10:52:43 +0000 (10:52 +0000)
committerThomas Wouters <thomas@python.org>
Fri, 5 May 2006 10:52:43 +0000 (10:52 +0000)
commit4c99867d4b60955f56daaa605265d469caa0eafb
tree0da2048d1cc38a0844c5f667b41c0ea9bd740ead
parent1ee6d943fa35ec9a8b0a74b93f86c1e70050a4bf
Backport SF bug/patch #1433877: string parameter to ioctl not null terminated

The new char-array used in ioctl calls wasn't explicitly NUL-terminated;
quite probably the cause for the test_pty failures on Solaris that we
circumvented earlier.
Lib/test/test_pty.py
Misc/ACKS
Modules/fcntlmodule.c