[openwrt/openwrt] glibc: fix memcpy and memmove for negative length [BZ #25620]

LEDE Commits lede-commits at lists.infradead.org
Tue Jul 21 16:53:39 EDT 2020


dedeckeh pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f206461153990119066ed08d19414078ac35bbf0

commit f206461153990119066ed08d19414078ac35bbf0
Author: Hans Dedecker <dedeckeh at gmail.com>
AuthorDate: Tue Jul 21 22:41:04 2020 +0200

    glibc: fix memcpy and memmove for negative length [BZ #25620]
    
    6f3459f985 Add NEWS entry for CVE-2020-6096 (bug 25620)
    64246fccaf arm: CVE-2020-6096: Fix multiarch memcpy for negative length [BZ #25620]
    9bbd2b6172 arm: CVE-2020-6096: fix memcpy and memmove for negative length [BZ #25620]
    
    Signed-off-by: Hans Dedecker <dedeckeh at gmail.com>
---
 toolchain/glibc/common.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/toolchain/glibc/common.mk b/toolchain/glibc/common.mk
index e3f2ea60cf..1a084d0862 100644
--- a/toolchain/glibc/common.mk
+++ b/toolchain/glibc/common.mk
@@ -11,8 +11,8 @@ PKG_VERSION:=2.31
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=4e8a33a9590edc5c3a2cc5e726a3f2a73b66cdc0
-PKG_MIRROR_HASH:=41f678661dd1ee644dfae9734e27b47877ed7dee87c27eaddd9055394d36fe6a
+PKG_SOURCE_VERSION:=6f3459f9859a7b506c64fa1823769ab631072c6e
+PKG_MIRROR_HASH:=01ed0c8131bdc32c9abd3aaaebc4fcffb2d496c2b8c363a0e845ac09d874a2ff
 PKG_SOURCE_URL:=https://sourceware.org/git/glibc.git
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
 



More information about the lede-commits mailing list