diff options
Diffstat (limited to 'multimedia/id3v2/id3v2-track_no-segfault.patch')
-rw-r--r-- | multimedia/id3v2/id3v2-track_no-segfault.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/multimedia/id3v2/id3v2-track_no-segfault.patch b/multimedia/id3v2/id3v2-track_no-segfault.patch deleted file mode 100644 index 6a6a61e17a..0000000000 --- a/multimedia/id3v2/id3v2-track_no-segfault.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uN id3v2-0.1.11/id3v2.cpp id3v2-0.1.11-patched/id3v2.cpp ---- id3v2-0.1.11/id3v2.cpp 2004-05-04 19:30:15.000000000 +0100 -+++ id3v2-0.1.11-patched/id3v2.cpp 2008-02-16 19:11:27.000000000 +0000 -@@ -423,7 +423,7 @@ - { - // check if there is a total track number and if we only have - // the track number for this file. In this case combine them. -- char *currentTrackNum, *newTrackNum; -+ char *currentTrackNum, *newTrackNum = NULL; - - if (pFrame != NULL) - { |