Bug#386150: Segfault when using inject-mode with no arguments

2015-12-13 Thread Eriberto Mota
Hi, Thanks for sending a patch. I am testing it and I think that you are right. Now, only to register it in this bug, I am sending the same patch in -Naur format. --- --- main.c.orig 2015-12-13 15:08:56.606021049 -0200 +++ main.c 2015-12-13 15:11:04.994020967

Bug#386150: Segfault when using inject-mode with no arguments

2006-09-05 Thread Deniz Adrian
Package: packit Version: 1.0-1 packit segfaults when beeing called with mode "inject" but no further arguments. $ packit -minject Segmentation fault $ main.c simply needs to print usage information if arguments for injection are missing. patch follows: [patch] 199a200,201 > print_usage(); > [