summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorAlistair Francis <Alistair.Francis@wdc.com>2019-02-25 21:39:45 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-26 23:04:09 +0000
commit695d79af1edcc76a01055b01922f0d106c8291ca (patch)
treef3ceee5582a65d479d1dc75cf8f41b991f9354cf /meta/recipes-core
parentfd296e30ef5d427e7e876524f3ef659291e2119e (diff)
downloadopenembedded-core-contrib-695d79af1edcc76a01055b01922f0d106c8291ca.tar.gz
glibc: Remove ChangeLog diff from patch
To avoid conflicts with other forks of glibc remove the diff from the ChangeLog. Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/glibc/glibc/0001-x86-64-memcmp-Use-unsigned-Jcc-instructions-on-size-.patch21
1 files changed, 1 insertions, 20 deletions
diff --git a/meta/recipes-core/glibc/glibc/0001-x86-64-memcmp-Use-unsigned-Jcc-instructions-on-size-.patch b/meta/recipes-core/glibc/glibc/0001-x86-64-memcmp-Use-unsigned-Jcc-instructions-on-size-.patch
index 1c625f63c7..1a343149c0 100644
--- a/meta/recipes-core/glibc/glibc/0001-x86-64-memcmp-Use-unsigned-Jcc-instructions-on-size-.patch
+++ b/meta/recipes-core/glibc/glibc/0001-x86-64-memcmp-Use-unsigned-Jcc-instructions-on-size-.patch
@@ -21,33 +21,14 @@ Tested on x86-64 and x32, with and without --disable-multi-arch.
CVE: CVE-2019-7309
Upstream-Status: Backport
Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
+Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
---
- ChangeLog | 11 ++++
sysdeps/x86_64/memcmp.S | 20 +++---
sysdeps/x86_64/x32/Makefile | 3 +-
sysdeps/x86_64/x32/tst-size_t-memcmp-2.c | 79 ++++++++++++++++++++++++
5 files changed, 111 insertions(+), 10 deletions(-)
create mode 100644 sysdeps/x86_64/x32/tst-size_t-memcmp-2.c
-diff --git a/ChangeLog b/ChangeLog
-index 29bc4451ef..a0dcdac323 100644
---- a/ChangeLog
-+++ b/ChangeLog
-@@ -1,3 +1,14 @@
-+2019-02-04 H.J. Lu <hongjiu.lu@intel.com>
-+
-+ [BZ #24155]
-+ CVE-2019-7309
-+ * NEWS: Updated for CVE-2019-7309.
-+ * sysdeps/x86_64/memcmp.S: Use RDX_LP for size. Clear the
-+ upper 32 bits of RDX register for x32. Use unsigned Jcc
-+ instructions, instead of signed.
-+ * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-memcmp-2.
-+ * sysdeps/x86_64/x32/tst-size_t-memcmp-2.c: New test.
-+
- 2019-01-31 Carlos O'Donell <carlos@redhat.com>
- Torvald Riegel <triegel@redhat.com>
- Rik Prohaska <prohaska7@gmail.com>
diff --git a/sysdeps/x86_64/memcmp.S b/sysdeps/x86_64/memcmp.S
index 1fc487caa5..1322bb3b92 100644
--- a/sysdeps/x86_64/memcmp.S