public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-speex/files: gst-plugins-speex-0.10.7-sec.patch
@ 2008-04-14 17:08 Samuli Suominen (drac)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (drac) @ 2008-04-14 17:08 UTC (permalink / raw
  To: gentoo-commits

drac        08/04/14 17:08:38

  Added:                gst-plugins-speex-0.10.7-sec.patch
  Log:
  Fix for security #217609.
  (Portage version: 2.1.5_rc3)

Revision  Changes    Path
1.1                  media-plugins/gst-plugins-speex/files/gst-plugins-speex-0.10.7-sec.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-speex/files/gst-plugins-speex-0.10.7-sec.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-speex/files/gst-plugins-speex-0.10.7-sec.patch?rev=1.1&content-type=text/plain

Index: gst-plugins-speex-0.10.7-sec.patch
===================================================================
diff -ur gst-plugins-good-0.10.7.orig/ext/speex/gstspeexdec.c gst-plugins-good-0.10.7/ext/speex/gstspeexdec.c
--- gst-plugins-good-0.10.7.orig/ext/speex/gstspeexdec.c	2007-05-26 18:25:18.000000000 +0300
+++ gst-plugins-good-0.10.7/ext/speex/gstspeexdec.c	2008-04-14 20:02:41.000000000 +0300
@@ -507,7 +507,7 @@
   if (!dec->header)
     goto no_header;
 
-  if (dec->header->mode >= SPEEX_NB_MODES)
+  if (dec->header->mode >= SPEEX_NB_MODES || dec->header->mode < 0)
     goto mode_too_old;
 
   dec->mode = (SpeexMode *) speex_mode_list[dec->header->mode];



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-speex/files: gst-plugins-speex-0.10.7-sec.patch
@ 2008-12-23 20:09 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2008-12-23 20:09 UTC (permalink / raw
  To: gentoo-commits

ssuominen    08/12/23 20:09:41

  Removed:              gst-plugins-speex-0.10.7-sec.patch
  Log:
  old
  (Portage version: 2.1.6.2/cvs/Linux 2.6.27.7 i686)



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

end of thread, other threads:[~2008-12-23 20:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-14 17:08 [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-speex/files: gst-plugins-speex-0.10.7-sec.patch Samuli Suominen (drac)
  -- strict thread matches above, loose matches on Subject: below --
2008-12-23 20:09 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox