Package: arpwatch Version: 2.1a15-1.2 Severity: minor In arpwatch.c lines 244-245: inet_aton("0.0.0.0", &ignore_netmask); inet_aton("255.255.255.255", &ignore_netmask);
Should be: inet_aton("0.0.0.0", &ignore_net); inet_aton("255.255.255.255", &ignore_netmask); Else the ignore_net variable has an unknow value. -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.10-3-amd64 (SMP w/4 CPU cores) Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org