]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 18550: Check return value of ioctl() / fnctl() in internal_setblocking
authorChristian Heimes <christian@python.org>
Thu, 8 Sep 2016 22:28:57 +0000 (00:28 +0200)
committerChristian Heimes <christian@python.org>
Thu, 8 Sep 2016 22:28:57 +0000 (00:28 +0200)
commit0b9d64ebfee81a4da5c15a187601b68af225ae2b
treece0aad3c54cc8a88f8671600bb0d720575acedcd
parenta78b627e2b8ee464ecba3788725872d63f8a6b34
Issue 18550: Check return value of ioctl() / fnctl() in internal_setblocking

The function internal_setblocking() of the socket module did not check
the return values of ioctl() and fnctl().

CID 1294328
Modules/socketmodule.c