http://bugs.busybox.net/view.php?id=4564
./arp -Ainet causes a segmentation fault. The problem is that hw_type is not initialized, and it's later dereferenced in get_hwtype(), interface.c:861, called at arp.c:463. The net-tools' arp initializes hw_type with "ether", which I think is the right fix. Thanks, Cristian _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
