r24040 - in /branches/upstream/libnet-arp-perl/current: ARP.xs Changes

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Sun Aug 10 01:05:12 UTC 2008


Author: gwolf
Date: Sun Aug 10 01:05:08 2008
New Revision: 24040

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24040
Log:
[svn-upgrade] Integrating new upstream version, libnet-arp-perl (1.0.3)

Modified:
    branches/upstream/libnet-arp-perl/current/ARP.xs
    branches/upstream/libnet-arp-perl/current/Changes

Modified: branches/upstream/libnet-arp-perl/current/ARP.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-arp-perl/current/ARP.xs?rev=24040&op=diff
==============================================================================
--- branches/upstream/libnet-arp-perl/current/ARP.xs (original)
+++ branches/upstream/libnet-arp-perl/current/ARP.xs Sun Aug 10 01:05:08 2008
@@ -185,9 +185,8 @@
 
 char *
 get_mac(dev)
-	unsigned char *dev;
-
 	CODE:
+	  char dev[16];
           char tmp[20] = "unknown";
 
 	  if(SOCK_TYPE == SOCK_RAW)

Modified: branches/upstream/libnet-arp-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-arp-perl/current/Changes?rev=24040&op=diff
==============================================================================
--- branches/upstream/libnet-arp-perl/current/Changes (original)
+++ branches/upstream/libnet-arp-perl/current/Changes Sun Aug 10 01:05:08 2008
@@ -1,3 +1,10 @@
+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+
+Changes between 1.0.2 and 1.0.3
+
+Fixed possible buffer overflow in get_mac_linux()
+FreeBSD 7 amd64 patches by mitsuru at riken.jp
+
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 
 Changes between 1.0.1 and 1.0.2




More information about the Pkg-perl-cvs-commits mailing list