[New-bugs-announce] [issue12810] Remove check for negative unsigned value in socketmodule.c
Joel
report at bugs.python.org
Mon Aug 22 07:23:54 CEST 2011
New submission from Joel <joel at jms.id.au>:
fixes the following warning:
cpython/Modules/socketmodule.c:1748:74: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
if (cmsgh == NULL || msg->msg_control == NULL || msg->msg_controllen < 0)
----------
files: bad_unsigned_check.patch
keywords: patch
messages: 142674
nosy: shenki
priority: normal
severity: normal
status: open
title: Remove check for negative unsigned value in socketmodule.c
Added file: http://bugs.python.org/file22988/bad_unsigned_check.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12810>
_______________________________________
More information about the New-bugs-announce
mailing list