Closed jcrosso closed 8 years ago
By chance I've found that 0.9.9 will segfault if used with a bad first parameter (for example "docsis e"). This can be avoided by adding and extra condition to the last match used by the arg's parser (in docsis.c:430):
if (argc && encode_docsis) {
Cheers JC
I will have to check if its the only bad parameter which generates a segmentation fault.
Thanks for reporting.
By chance I've found that 0.9.9 will segfault if used with a bad first parameter (for example "docsis e"). This can be avoided by adding and extra condition to the last match used by the arg's parser (in docsis.c:430):
Cheers JC