aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
Diffstat (limited to 'libbb')
-rw-r--r--libbb/atlas_check_addr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/atlas_check_addr.c b/libbb/atlas_check_addr.c
index ea6724d..a3a69f3 100644
--- a/libbb/atlas_check_addr.c
+++ b/libbb/atlas_check_addr.c
@@ -12,6 +12,7 @@ struct ipv4_prefix
}
static bad_ipv4[] =
{
+ { 0x00000000, 8 }, /* 0.0.0.0/8 null */
{ 0x7F000000, 8 }, /* 127.0.0.0/8 localhost */
{ 0x0A000000, 8 }, /* 10.0.0.0/8 (RFC-1918) */
{ 0xAC100000, 12 }, /* 172.16.0.0/12 (RFC-1918) */