Bug#435651: segfault on missing command line argument

2007-08-09 Thread Hisham Muhammad
Hi, Fixed on SVN. Thanks, -- Hisham htop author -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#435651: segfault on missing command line argument

2007-08-02 Thread Nico Golde
Hi, sorry the patch somehow is broken. Converting my tab indention to spaces like in htop somehow fucked up the file. Correct is: --- htop.c 2006-07-24 00:57:28.0 +0200 +++ htop.tmp.c 2007-08-02 14:13:51.0 +0200 @@ -202,6 +202,7 @@ printVersionFlag(); } else

Bug#435651: segfault on missing command line argument

2007-08-02 Thread Nico Golde
Package: htop Version: 0.6.3-1 Severity: normal Tags: patch Hi, if you execute htop -d without a specified delay htop will segfault. The following patch should fix this. --- htop.c 2007-08-02 13:37:13.0 +0200 +++ htop.tmp.c 2007-08-02 13:37:28.0 +0200 @@ -202,7 +202,7 @@