This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
electronicarts: prevent endless loop opportunity in process_audio_header_elements()
Fixes issue2529. Originally committed as revision 26302 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Peter Ross
14 years ago
parent
42396c2e67
commit
e19e051e56
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavformat/electronicarts.c
+ 2
- 0
libavformat/electronicarts.c
View File
@@ -113,6 +113,8 @@ static int process_audio_header_elements(AVFormatContext *s)
int inSubheader;
uint8_t byte;
byte = get_byte(pb);
if (!byte)
break;
switch (byte) {
case 0xFD:
Write
Preview
Loading…
Cancel
Save