Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11053885
D2838.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D2838.id.diff
View Options
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,7 +1,6 @@
libFLAC.so.8
libao.so.4
libc.so.6
-libgcc_s.so.1
libm.so.6
libogg.so.0
libpthread.so.0
diff --git a/files/Fix-segfault-in-vcut.patch b/files/Fix-segfault-in-vcut.patch
new file mode 100644
--- /dev/null
+++ b/files/Fix-segfault-in-vcut.patch
@@ -0,0 +1,25 @@
+From: =?utf-8?q?Martin_Stegh=C3=B6fer?= <martin@steghoefer.eu>
+Date: Mon, 14 Mar 2016 20:22:12 +0100
+Subject: vcut: Fix segmentation fault because of out-of-range index in header
+ writing
+
+Bug-Debian: https://bugs.debian.org/818037
+Bug: https://trac.xiph.org/ticket/2264
+Forwarded: https://trac.xiph.org/ticket/2264
+---
+ vcut/vcut.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/vcut/vcut.c b/vcut/vcut.c
+index d7ba699..17426b9 100644
+--- a/vcut/vcut.c
++++ b/vcut/vcut.c
+@@ -178,7 +178,7 @@ static int submit_headers_to_stream(vcut_state *s)
+ for(i=0;i<4;i++)
+ {
+ ogg_packet p;
+- if(i < 4) /* a header packet */
++ if(i < 3) /* a header packet */
+ {
+ p.bytes = vs->headers[i].length;
+ p.packet = vs->headers[i].packet;
diff --git a/files/series b/files/series
--- a/files/series
+++ b/files/series
@@ -2,3 +2,4 @@
security/CVE-2014-9640.patch
security/CVE-2015-6749.patch
security/CVE-2017-11331.patch
+Fix-segfault-in-vcut.patch
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : vorbis-tools
version : 1.4.0
-release : 3
+release : 4
source :
- http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.4.0.tar.gz : a389395baa43f8e5a796c99daf62397e435a7e73531c9f44d9084055a05d22bc
license : GPL-2.0
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>vorbis-tools</Name>
<Packager>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Steven Moseley</Name>
+ <Email>stevenmos@kolabnow.com</Email>
</Packager>
<License>GPL-2.0</License>
<PartOf>multimedia.audio</PartOf>
@@ -26,12 +26,12 @@
</Files>
</Package>
<History>
- <Update release="3">
- <Date>2017-12-20</Date>
+ <Update release="4">
+ <Date>2018-05-02</Date>
<Version>1.4.0</Version>
<Comment>Packaging update</Comment>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Steven Moseley</Name>
+ <Email>stevenmos@kolabnow.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 12, 12:11 AM (2 h, 41 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5819215
Default Alt Text
D2838.id.diff (2 KB)
Attached To
Mode
D2838: Fix vcut segfault with patch Resolves T6292
Attached
Detach File
Event Timeline
Log In to Comment