Files
wget2/include
Tim Rühsen d948e2c6be Fix issues in IRI code found by fuzzing
* include/wget/wget.h: Remove nonnull attribute from wget_iri_compare()
* libwget/iri.c (wget_iri_clone): Fix possible crashes due to random free(),
  (wget_iri_compare): Check input arguments against NULL,
  (wget_iri_set_scheme): Use string compare instead of pointer compare
2017-06-16 12:44:33 +02:00
..