All of lore.kernel.org
 help / color / mirror / Atom feed
* [Dizzy] Backport patch of CVE-2014-9112
@ 2014-12-15  2:41 Bian, Naimeng
  2014-12-15  3:15 ` akuster808
  0 siblings, 1 reply; 2+ messages in thread
From: Bian, Naimeng @ 2014-12-15  2:41 UTC (permalink / raw)
  To: akuster808@gmail.com; +Cc: yocto@yoctoproject.org

Hi Armin

This patch set have been applied into master of meta-oe and poky.
Would you mind to backport it to Dizzy.

The commit id at master of poky as below.
b9001b69b231efefbb9ed1e09eec211e61cd8cb1
8018f6167b7343373fe53c6d2bc53c569228b3cb

Thanks
 Bian

-----Original Message-----
From: Bian, Naimeng 
Sent: Monday, December 08, 2014 1:45 PM
To: openembedded-core@lists.openembedded.org
Cc: Bian, Naimeng; Sergey Poznyakoff
Subject: [PATCH 0/2] cpio: backport patch of CVE-2014-9112

cpio: Fix memory overrun on reading improperly created link records

Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>

http://git.savannah.gnu.org/cgit/cpio.git/commit/?id=746f3ff670dcfcdd28fcc990e79cd6fccc7ae48d
  * src/copyin.c (get_link_name): New function.
  (list_file, copyin_link): use get_link_name

  * tests/symlink-bad-length.at: New file.
  * tests/symlink-long.at: New file.
  * tests/Makefile.am: Add new files.
  * tests/testsuite.at: Likewise.

  See http://lists.gnu.org/archive/html/bug-cpio/2014-11/msg00007.html

Upstream-Status: Backport
Signed-off-by: Sergey Poznyakoff <gray@gnu.org.ua>

Bian Naimeng (2):
  cpio: fix bug CVE-2014-9112 for cpio-2.8
  cpio: fix bug CVE-2014-9112 for cpio-2.11

 .../cpio/cpio-2.11/fix-memory-overrun.patch        | 220 +++++++++++++++++++++
 .../cpio/cpio-2.8/fix-memory-overrun.patch         | 217 ++++++++++++++++++++
 meta/recipes-extended/cpio/cpio_2.11.bb            |   3 +-
 meta/recipes-extended/cpio/cpio_2.8.bb             |   7 +-
 4 files changed, 443 insertions(+), 4 deletions(-)  create mode 100644 meta/recipes-extended/cpio/cpio-2.11/fix-memory-overrun.patch
 create mode 100644 meta/recipes-extended/cpio/cpio-2.8/fix-memory-overrun.patch

--
1.9.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Dizzy] Backport patch of CVE-2014-9112
  2014-12-15  2:41 [Dizzy] Backport patch of CVE-2014-9112 Bian, Naimeng
@ 2014-12-15  3:15 ` akuster808
  0 siblings, 0 replies; 2+ messages in thread
From: akuster808 @ 2014-12-15  3:15 UTC (permalink / raw)
  To: Bian, Naimeng; +Cc: yocto@yoctoproject.org

Bian.

Thanks for the reminder. I staged these today for test builds.

hope to make the pull request soon.

- Armin

On 12/14/2014 06:41 PM, Bian, Naimeng wrote:
> Hi Armin
> 
> This patch set have been applied into master of meta-oe and poky.
> Would you mind to backport it to Dizzy.
> 
> The commit id at master of poky as below.
> b9001b69b231efefbb9ed1e09eec211e61cd8cb1
> 8018f6167b7343373fe53c6d2bc53c569228b3cb
> 
> Thanks
>   Bian
> 
> -----Original Message-----
> From: Bian, Naimeng
> Sent: Monday, December 08, 2014 1:45 PM
> To: openembedded-core@lists.openembedded.org
> Cc: Bian, Naimeng; Sergey Poznyakoff
> Subject: [PATCH 0/2] cpio: backport patch of CVE-2014-9112
> 
> cpio: Fix memory overrun on reading improperly created link records
> 
> Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
> 
> http://git.savannah.gnu.org/cgit/cpio.git/commit/?id=746f3ff670dcfcdd28fcc990e79cd6fccc7ae48d
>    * src/copyin.c (get_link_name): New function.
>    (list_file, copyin_link): use get_link_name
> 
>    * tests/symlink-bad-length.at: New file.
>    * tests/symlink-long.at: New file.
>    * tests/Makefile.am: Add new files.
>    * tests/testsuite.at: Likewise.
> 
>    See http://lists.gnu.org/archive/html/bug-cpio/2014-11/msg00007.html
> 
> Upstream-Status: Backport
> Signed-off-by: Sergey Poznyakoff <gray@gnu.org.ua>
> 
> Bian Naimeng (2):
>    cpio: fix bug CVE-2014-9112 for cpio-2.8
>    cpio: fix bug CVE-2014-9112 for cpio-2.11
> 
>   .../cpio/cpio-2.11/fix-memory-overrun.patch        | 220 +++++++++++++++++++++
>   .../cpio/cpio-2.8/fix-memory-overrun.patch         | 217 ++++++++++++++++++++
>   meta/recipes-extended/cpio/cpio_2.11.bb            |   3 +-
>   meta/recipes-extended/cpio/cpio_2.8.bb             |   7 +-
>   4 files changed, 443 insertions(+), 4 deletions(-)  create mode 100644 meta/recipes-extended/cpio/cpio-2.11/fix-memory-overrun.patch
>   create mode 100644 meta/recipes-extended/cpio/cpio-2.8/fix-memory-overrun.patch
> 
> --
> 1.9.1
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-15  3:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-15  2:41 [Dizzy] Backport patch of CVE-2014-9112 Bian, Naimeng
2014-12-15  3:15 ` akuster808

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.