Bug#715773: [Mayhem] Bug report on dvb-apps: czap crashes with exit status 139

2015-05-06 Thread Bernhard Übelacker
Hello, probably that patch would be better as then czap still could run without $HOME when getting confname via command line. Kind regards, Bernhard --- czap.c.orig 2015-05-06 20:26:13.0 +0200 +++ czap.c 2015-05-06 21:40:51.354679687 +0200 @@ -314,9 +314,6 @@ int main(int argc, cha

Bug#715773: [Mayhem] Bug report on dvb-apps: czap crashes with exit status 139

2015-05-06 Thread Bernhard Übelacker
found 715773 1.1.1+rev1500-1 stop Hello, czap crashes because of a strlen(0) because homedir/$HOME is not set. Minimal statement to reproduce: $ env -i czap 1 Following patch exits immediately after the message, therefore avoids the crash. Kind regards, Bernhard --- czap.c.orig 201