codeblock pushed to chicken (el6). "try this (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Jun 16 02:44:54 UTC 2015


From afb102b75238788f80551241c19bb51b4078716a Mon Sep 17 00:00:00 2001
From: Ricky Elrod <ricky at elrod.me>
Date: Mon, 15 Jun 2015 16:17:10 -0400
Subject: try this

Signed-off-by: Ricky Elrod <ricky at elrod.me>

diff --git a/rhbz-1231871.patch b/rhbz-1231871.patch
index 01d1da1..16b4f2e 100644
--- a/rhbz-1231871.patch
+++ b/rhbz-1231871.patch
@@ -1,34 +1,3 @@
-From 0547bc0c750032b0633276b90cf14a22d9bd9cd7 Mon Sep 17 00:00:00 2001
-From: Peter Bex <address at hidden>
-Date: Sun, 14 Jun 2015 19:52:26 +0200
-Subject: [PATCH] Fix potential buffer overrun error in string-translate*
-
-string-translate* would scan from every position in the target string
-for each source string in the map, even if that would mean scanning
-past the end.  The out-of-bounds read would be limited to the size of
-the overlapping prefix in the trailing garbage beyond the string,
-because memcmp will stop scanning as soon as there is a different
-byte in either of the memory areas.
-
-This also adds a few basic tests for string-translate*
----
- NEWS                            |  1 +
- data-structures.scm             | 17 +++++++++--------
- tests/data-structures-tests.scm | 11 +++++++++++
- 3 files changed, 21 insertions(+), 8 deletions(-)
-
-diff --git a/NEWS b/NEWS
-index bf07519..cae9bd3 100644
---- a/NEWS
-+++ b/NEWS
-@@ -5,6 +5,7 @@
-     potential select() buffer overrun.
-   - CVE-2014-9651: substring-index[-ci] no longer scans beyond string
-     boundaries.
-+  - string-translate* no longer scans beyond string boundaries.
- 
- - Core libraries
-   - alist-ref from unit data-structures now gives an error when passed
 diff --git a/data-structures.scm b/data-structures.scm
 index b67065e..5664d08 100644
 --- a/data-structures.scm
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/chicken.git/commit/?h=el6&id=afb102b75238788f80551241c19bb51b4078716a


More information about the scm-commits mailing list