Subject: CVS commit: [netbsd-3] src/lib/libc/net
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 06/11/2005 12:12:11
Module Name: src
Committed By: tron
Date: Sat Jun 11 12:12:11 UTC 2005
Modified Files:
src/lib/libc/net [netbsd-3]: getnetnamadr.c
Log Message:
Pull up revision 1.32 (requested by lukem in ticket #392):
Move the test for "more strict reverse lookup handling" to the correct
location so that an uninitialized `in' won't be used if net_i == BYADDR.
Detected with gcc -Wuninitialized, confirmed by diffing against BIND 4.9.11.
(The bug was introduced in rev 1.26. Hi Itojun! :)
To generate a diff of this commit:
cvs rdiff -r1.31 -r1.31.2.1 src/lib/libc/net/getnetnamadr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.