All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] libvpx: avoid CVE-2015-1258
@ 2015-10-21 19:40 Andreas Müller
  2015-10-21 19:40 ` [PATCH 2/2] libsdl2-image: Initial add 2.0.0 Andreas Müller
  2015-10-21 20:32 ` [PATCH 1/2] libvpx: avoid CVE-2015-1258 akuster808
  0 siblings, 2 replies; 3+ messages in thread
From: Andreas Müller @ 2015-10-21 19:40 UTC (permalink / raw)
  To: openembedded-devel

[1] https://security-tracker.debian.org/tracker/CVE-2015-1258
[2] http://pkgs.fedoraproject.org/cgit/libvpx.git/commit/?id=4257ff5f4ac22a3fe7b34f441e6425b2a8b690ae

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-oe/recipes-multimedia/webm/libvpx_1.4.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-multimedia/webm/libvpx_1.4.0.bb b/meta-oe/recipes-multimedia/webm/libvpx_1.4.0.bb
index 4d9d2fd..5d049bb 100644
--- a/meta-oe/recipes-multimedia/webm/libvpx_1.4.0.bb
+++ b/meta-oe/recipes-multimedia/webm/libvpx_1.4.0.bb
@@ -37,6 +37,7 @@ CONFIGUREOPTS = " \
     --enable-shared \
     --prefix=${prefix} \
     --libdir=${libdir} \
+    --size-limit=16384x16384 \
 "
 
 do_configure() {
-- 
2.1.0



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

end of thread, other threads:[~2015-10-21 20:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-21 19:40 [PATCH 1/2] libvpx: avoid CVE-2015-1258 Andreas Müller
2015-10-21 19:40 ` [PATCH 2/2] libsdl2-image: Initial add 2.0.0 Andreas Müller
2015-10-21 20:32 ` [PATCH 1/2] libvpx: avoid CVE-2015-1258 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.