libpsl/src
Tim Rühsen 179ca703b2 Limit CPU wasting on large inputs
Large inputs on psl_registrable_domain() and psl_unregistrable_domain()
suffer from a O(N^2) behavior. This change limits N to avoid excessive
CPU usage.

At the same time we limit the fuzz corpora size to 64k which is far more
then we expect any real life domain to be.

Reported-by: OSS-Fuzz
2018-02-13 15:42:17 +01:00
..
LICENSE.chromium rename src/make_dafsa.py to src/psl-make-dafsa, add documentation 2016-07-14 11:55:04 +02:00
Makefile.am Add functions psl_latest() and psl_dist_filename() 2016-12-06 20:16:12 +01:00
lookup_string_in_fixed_set.c Amend start of comments in lookup_string_in_fixed_set.c 2017-09-15 17:14:32 +02:00
psl-make-dafsa Fix input encoding for python3 2017-09-14 20:25:59 +02:00
psl-make-dafsa.1 Replace psl2c by psl-make-dafsa 2016-12-06 15:22:18 +01:00
psl.c Limit CPU wasting on large inputs 2018-02-13 15:42:17 +01:00