ckolivas / lrzip

Long Range Zip
http://lrzip.kolivas.org
GNU General Public License v2.0
618 stars 76 forks source link

segfault with "p" option #57

Closed Patterner closed 8 years ago

Patterner commented 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.

ckolivas commented 8 years ago

Thanks.