Skip to content

* src/options.c: Fix array index out of bounds runtime error

Avinash Sonawane requested to merge rootkea/wget2:options into master
$ wget2 --help
...
options.c:1554:50: runtime error: index 4 out of bounds for type 'char *[4]'

Merge request reports