Bug#392263: net-tools: buffer overflow in ipmaddr

2006-10-10 Thread Bernd Eckenfels
tags 392263 +patch +fixed thanks I just commited the following patch into net-tools hed CVS on net-tools.berlios.de: --- ipmaddr.c 8 Apr 2001 17:05:05 - 1.8 +++ ipmaddr.c 11 Oct 2006 01:10:05 - @@ -291,13 +291,15 @@ static int multiaddr_list(int argc, char **argv) { st

Bug#392263: net-tools: buffer overflow in ipmaddr

2006-10-10 Thread Jochen Voss
Package: net-tools Version: 1.60-17 Severity: normal Hello, recently I noticed the following bits of code in the source file net-tools-1.60/ipmaddr.c: ... char filter_dev[16]; ... static int multiaddr_list(int argc, char **argv) { struct ma_info *list = NULL;