Module Name:src
Committed By: mlelstv
Date: Sat Sep 26 11:39:17 UTC 2020
Modified Files:
src/external/gpl2/grep/dist/lib: regex.c
Log Message:
Moving pointers could fail if realloc() allocates a new memory region
where the difference between old and new address exceeds an
Module Name:src
Committed By: kamil
Date: Mon Jun 25 18:02:49 UTC 2018
Modified Files:
src/external/gpl2/grep: Makefile.inc
Log Message:
Specify SANITIZER_RENAME_SYMBOL in grep
Rename local versions of regcomp regerror regexec regfree in order to
remove symbol clash with
Module Name:src
Committed By: kamil
Date: Thu Jun 14 10:14:39 UTC 2018
Modified Files:
src/external/gpl2/grep/dist/lib: obstack.c
Log Message:
Make the alignof() usage more portable in grep(1)
Remove NetBSD specific check and replace it with GCC extension __alignof__
that
Module Name:src
Committed By: kamil
Date: Wed Jun 13 17:32:29 UTC 2018
Modified Files:
src/external/gpl2/grep/dist/lib: obstack.c
Log Message:
Avoid Undefind Behavior in DEFAULT_ALIGNMENT in GNU grep(1)
Replace homegrown logic of calculating alignment with alignof, a C11
Module Name:src
Committed By: kamil
Date: Tue Jun 12 21:22:47 UTC 2018
Modified Files:
src/external/gpl2/grep/dist/src: dfa.c
Log Message:
Prevent Undefined Behavior in shift of signed integer in grep(1)
There is an interface in grep: dfa.c with functions to test bit, set
Module Name:src
Committed By: christos
Date: Sun Jan 10 22:18:05 UTC 2016
Modified Files:
src/external/gpl2/grep: grep2netbsd
Added Files:
src/external/gpl2/grep/include: version.texi
Log Message:
minor nits
To generate a diff of this commit:
cvs rdiff -u -r1.1 -
Module Name:src
Committed By: christos
Date: Sun Jan 10 22:16:40 UTC 2016
Modified Files:
src/external/gpl2/grep/dist/doc: grep.1 grep.texi
src/external/gpl2/grep/dist/lib: getopt.c hard-locale.c regex.c
savedir.c
src/external/gpl2/grep/dist/src: