]> granicus.if.org Git - python/commit
SF bug/patch #1433877: string parameter to ioctl not null terminated
authorThomas Wouters <thomas@python.org>
Tue, 25 Apr 2006 13:53:23 +0000 (13:53 +0000)
committerThomas Wouters <thomas@python.org>
Tue, 25 Apr 2006 13:53:23 +0000 (13:53 +0000)
commit6dbff33be848ed875f3769be6b866438b099aa3a
tree0ff979c8a9a9d1494dfc6b525c9f944ee142840d
parentd798a181abd2b03ba5358d3528e5f4c78be74980
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. (I wasn't able to reproduce it with this patch, but it
has been somewhat elusive to start with.)
Lib/test/test_pty.py
Misc/ACKS
Modules/fcntlmodule.c