summaryrefslogtreecommitdiffstats
path: root/package/grep/0001-fix-CVE-2015-1345.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/grep/0001-fix-CVE-2015-1345.patch')
-rw-r--r--package/grep/0001-fix-CVE-2015-1345.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/package/grep/0001-fix-CVE-2015-1345.patch b/package/grep/0001-fix-CVE-2015-1345.patch
deleted file mode 100644
index f7701aa010..0000000000
--- a/package/grep/0001-fix-CVE-2015-1345.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Simplified patch from upstream to avoid autoreconf. Source:
-http://git.savannah.gnu.org/cgit/grep.git/commit/?id=83a95bd8c8561875b948cadd417c653dbe7ef2e2
-
-Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
----
-diff --git a/src/kwset.c b/src/kwset.c
-index 4003c8d..376f7c3 100644
---- a/src/kwset.c
-+++ b/src/kwset.c
-@@ -643,6 +643,8 @@ bmexec_trans (kwset_t kwset, char const *text, size_t size)
- if (! tp)
- return -1;
- tp++;
-+ if (ep <= tp)
-+ break;
- }
- }
- }
---
-cgit v0.9.0.2
OpenPOWER on IntegriCloud