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:
|