rid of some local patches: o Fixed autocon warnings (Denis Leroy) o Ported to lame 3.100 (from Fedora) o G++ compile fixes (Nick Bailey) o Renamed xdao folder to gcdmaster (Denis Leroy) o pccts format security patch (from Fedora) o Fixed compile issues with glibc >= 2.12 o Gcdmaster segfault fix (Adrian Knoth) o Prevent a FTBFS on kfreebsd (Christoph Egger) o Fix printf format security issues (Frantisek Kluknavsky Fedora) o Add missing options to man page (Honza Horak) o CD_TEXT fix for HL-DT-ST (Kees Cook) o Man page hyphen fixes (Markus Koschany) o Some updates to the old scsilib smake files (Ubuntu patches) While at it, pet portlint. Security: yes
10 lines
304 B
C++
10 lines
304 B
C++
--- trackdb/FormatOgg.cc.orig 2018-05-15 13:30:52 UTC
|
|
+++ trackdb/FormatOgg.cc
|
|
@@ -84,6 +84,7 @@ FormatSupport::Status FormatOgg::oggInit
|
|
return FS_WRONG_FORMAT;
|
|
}
|
|
|
|
+ memset(&outFormat_, 0, sizeof(outFormat_));
|
|
outFormat_.bits = 16;
|
|
outFormat_.rate = 44100;
|
|
outFormat_.channels = 2;
|