The keywords array in json-config.c was not terminated with NULL
causing the loop in kw_lookup to go beyond the end of the array and
cause a segfault. This was discovered by uncommenting the curl_filelog
option in the default configuration file; the correct option is
curl_logfile.
The
keywords
array in json-config.c was not terminated withNULL
causing the loop inkw_lookup
to go beyond the end of the array and cause a segfault. This was discovered by uncommenting thecurl_filelog
option in the default configuration file; the correct option iscurl_logfile
.