History log of /netbsd-src/lib/libc/inet/inet_network.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 9da1e81c 06-Oct-2022 ryo <ryo@NetBSD.org>

fix fixPR/57046. inet_network(3) returns INADDR_NONE when network names such as /x[0-9a-f][0-9a-f]/.


# 8c037903 20-Jan-2008 christos <christos@NetBSD.org>

remove redundant check.


# 0d03389c 19-Jan-2008 ginsbach <ginsbach@NetBSD.org>

Treat input "0x" as invalid and return INADDR_NONE. Inspired by
FreeBSD-PR 92880.


# 4e783482 18-Jan-2008 christos <christos@NetBSD.org>

Fix off-by-one buffer overflow. VU#203611, CVE-2008-0122


# 3fa54233 20-May-2004 christos <christos@NetBSD.org>

Add the remaining files from net that are going to be moved here and
the Makefile glue.