Email List: Xaustin-review-lX
[All Lists]

Defect in XBD <sys/socket.h>

To: yyyyyyyyyyyyyyy@xxxxxxxxxxxxx
Subject: Defect in XBD <sys/socket.h>
From: yyyyyyy@xxxxxxxxxx
Date: Sun, 4 Dec 2005 09:25:55 GMT
        Defect report from : Ulrich Drepper , Red Hat, Inc.

(Please direct followup comments direct to yyyyyyyyyyyyyy@xxxxxxxxxxxxx)

@ page 357 line 12589 section <sys/socket.h> objection {ud-socket.h}

Problem:

Edition of Specification (Year): 2004

Defect code :  2. Omission

The <sys/socket.h> man page describes the MSG_* flags as applicable to
recvfrom, recvmsg, sendmsg, sendto.  But they also apply to recv and
send.

Action:

Replace line 12589

recvfrom(), recvmsg(), sendmsg(), or sendto() calls:

with

recv(), recvfrom(), recvmsg(), send(), sendmsg(), or sendto() calls:

<Prev in Thread] Current Thread [Next in Thread>
  • Defect in XBD <sys/socket.h>, drepper <=