Re: [patch] remove negative socklen_t checks

2013-02-20 Thread Sergey Kandaurov
On 20 February 2013 22:42, Xin Li wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 02/20/13 09:19, Sergey Kandaurov wrote: >> Hi. >> >> These checks are useless after the address length argument is >> converted to socklen_t (up to SUSv2). Any objections? > > No objection in genera

Re: [patch] remove negative socklen_t checks

2013-02-20 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 02/20/13 09:19, Sergey Kandaurov wrote: > Hi. > > These checks are useless after the address length argument is > converted to socklen_t (up to SUSv2). Any objections? No objection in general but there is a minor style issue, see below. [...] >

[patch] remove negative socklen_t checks

2013-02-20 Thread Sergey Kandaurov
Hi. These checks are useless after the address length argument is converted to socklen_t (up to SUSv2). Any objections? Index: lib/libc/sys/accept.2 === --- lib/libc/sys/accept.2 (revision 245745) +++ lib/libc/sys/accept.2