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

Defect in XSH getnameinfo

To: austin-review-l@xxxxxxxxxxxxx
Subject: Defect in XSH getnameinfo
From: Geoff Clare <gwc@xxxxxxxxxxxxx>
Date: Mon, 16 Jun 2008 11:59:20 +0100
@ page 537 line 17708 section getnameinfo objection [gwc getnameinfo salen]

Problem:

Defect code :  2. Omission

The getnameinfo() page does not describe the salen argument.

Action:

After

    "The sa argument points to a socket address structure to be translated."

add

    "The salen argument contains the length of the address pointed to by sa."


@ page 537 line 17716 section getnameinfo objection [gwc getnameinfo nodelen]

Problem:

Defect code :  1. Error

The description of the nodelen argument uses the word "characters" when
it should say "bytes" (as in the description of servicelen).

Action:

Change "up to nodelen characters" to "up to nodelen bytes".

<Prev in Thread] Current Thread [Next in Thread>