AGREP - approximate GREP for fast fuzzy string searching. Files are searched for a string or regular expression, with approximate matching capabilities and user-definable records. Developed 1989-1991 by Udi Manber, Sun Wu et al. at the University of Arizona. ISC open source license since Sept. 2014.
These commits fix two unrelated memory issues which were identified by Valgrind.
The duplicate free problem caused a crash and triggered my investigations.
These commits fix two unrelated memory issues which were identified by Valgrind. The duplicate free problem caused a crash and triggered my investigations.
See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869220.