Module Name: src Committed By: martin Date: Fri Feb 19 17:41:19 UTC 2021
Modified Files: src/external/gpl2/grep/dist/lib [netbsd-9]: regex.c Log Message: Pull up following revision(s) (requested by mlelstv in ticket #1208): external/gpl2/grep/dist/lib/regex.c: revision 1.3 Moving pointers could fail if realloc() allocates a new memory region where the difference between old and new address exceeds an int. Use ptrdiff_t for calculations instead. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.18.1 src/external/gpl2/grep/dist/lib/regex.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.