Files
mpd/src/inputPlugins
Max Kellermann 913028a780 mp3: fix buffer overflow when max_frames is too large
The function decodeFirstFrame() allocates memory based on data from
the mp3 header.  This can make the buffer size allocation overflow, or
lead to a DoS attack with a very large buffer.  Cap this buffer at 8
million frames, which should really be enough for reasonable files.
2008-09-17 22:30:34 +02:00
..
2008-08-26 08:27:14 +02:00
2008-08-29 15:03:09 +02:00