summaryrefslogtreecommitdiffstats
path: root/security/nmap/files
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-11-29 23:02:39 +0000
committerasami <asami@FreeBSD.org>1998-11-29 23:02:39 +0000
commit56fd131a88e94c602ca2c1dca96c1ab31396bcc3 (patch)
treecb0798050695473ae2202b0847c191d9eff2b8f6 /security/nmap/files
parent557166f7a6517dddcf27947f4d1a794734af0231 (diff)
downloadFreeBSD-ports-56fd131a88e94c602ca2c1dca96c1ab31396bcc3.zip
FreeBSD-ports-56fd131a88e94c602ca2c1dca96c1ab31396bcc3.tar.gz
Fix the bug when the user specs the source address as the tun0/ppp0
link. Submitted by: jmb
Diffstat (limited to 'security/nmap/files')
-rw-r--r--security/nmap/files/patch-ab20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/nmap/files/patch-ab b/security/nmap/files/patch-ab
new file mode 100644
index 0000000..31f0213
--- /dev/null
+++ b/security/nmap/files/patch-ab
@@ -0,0 +1,20 @@
+--- tcpip.c.orig Sun Nov 29 10:00:13 1998
++++ tcpip.c Sun Nov 29 10:00:51 1998
+@@ -563,7 +563,7 @@
+ if (ifc.ifc_len == 0)
+ fatal("SIOCGIFCONF claims you have no network interfaces!\n");
+ #if HAVE_SOCKADDR_SA_LEN
+- len = MAX(sizeof(struct sockaddr), ifr->ifr_addr.sa_len);
++ len = ifr->ifr_addr.sa_len;
+ #else
+ len = sizeof(SA);
+ #endif
+@@ -581,6 +581,7 @@
+ dev[63] = '\0';
+ return 1;
+ }
++ len = ifr->ifr_addr.sa_len;
+ }
+ /* Shucks, we didn't find it ... */
+ dev[0] = '\0';
+
OpenPOWER on IntegriCloud