Closed Patterner closed 8 years ago
Using something like "-p1" results in segfault. The call to getopt_long() in main.c:334 is missing the ":" after the "p", so "optarg" isn't valid.
Thanks.
Using something like "-p1" results in segfault. The call to getopt_long() in main.c:334 is missing the ":" after the "p", so "optarg" isn't valid.