Bug#402719: procmeter3: segfaults when long lines in /proc/mounts

2006-12-19 Thread Andrew M. Bishop
Joey Hess [EMAIL PROTECTED] writes: Timo Lilja wrote: Procmeter3 segfaults immediately on startup if /proc/mounts has long lines. The function Initialise() in modules/df.c has few buffer overflows when there are long lines in /proc/mounts: sscanf() is not called with a proper size

Bug#402719: procmeter3: segfaults when long lines in /proc/mounts

2006-12-12 Thread Timo Lilja
Package: procmeter3 Version: 3.4e-1 Tags: patch Procmeter3 segfaults immediately on startup if /proc/mounts has long lines. The function Initialise() in modules/df.c has few buffer overflows when there are long lines in /proc/mounts: sscanf() is not called with a proper size arguments on one

Bug#402719: procmeter3: segfaults when long lines in /proc/mounts

2006-12-12 Thread Joey Hess
Timo Lilja wrote: Procmeter3 segfaults immediately on startup if /proc/mounts has long lines. The function Initialise() in modules/df.c has few buffer overflows when there are long lines in /proc/mounts: sscanf() is not called with a proper size arguments on one occasion. The line[]