CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/01/05 06:50:49
Modified files:
textproc/the_silver_searcher: Makefile
Added files:
textproc/the_silver_searcher/patches: patch-src_ignore_c
patch-src_options_c
patch-src_scandir_h
patch-src_search_c
Log message:
Fix a buffer overrun and subsequent crash that may occur when ag is given
an absolute path as root of the tree to search: it's looking for a trailing
slash that isn't always there.
Fix by Allen Wild, https://github.com/ggreer/the_silver_searcher/pull/1040/
ok awolk, sthen, jca