New submission from David Watson <bai...@users.sourceforge.net>:

Changeset 4736e172fa61 for issue #12810 removed the test 
"msg->msg_controllen < 0" from socketmodule.c, where 
msg_controllen happened to be unsigned on the reporter's system. 
 
I included this test deliberately, because msg_controllen may be 
of signed type (POSIX allows socklen_t to be signed, as objects 
of that type historically were - as the Rationale says: "All 
socklen_t types were originally (in BSD UNIX) of type int."). 
 
Attaching a patch to replace the check and add an accompanying 
comment.

----------
components: Extension Modules
files: restore_controllen_check.diff
keywords: patch
messages: 142934
nosy: baikie
priority: normal
severity: normal
status: open
title: Patch for issue #12810 removed a valid check on socket ancillary data
type: behavior
versions: Python 3.3
Added file: http://bugs.python.org/file23036/restore_controllen_check.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12837>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to