Vincent Penquerc'h db7934233f resindvd: guard against overflow in audio subtitle streams
Turns out there was the same issue as with subtitles.

There is space for a single audio stream, but up to 255
may be used based on a uint8_t value in a struct, which may
or may not be read from the (untrusted) data.
A comment in ifo_types.h says this value is either 0 or 1, so
we can ensure this here without drawbacks.

Coverity 1139585
2014-04-08 14:24:31 +01:00
..
2014-04-08 09:55:15 +02:00
2014-04-08 12:41:16 +01:00
2013-07-29 09:42:12 +02:00
2013-05-12 23:42:06 +01:00
2013-12-03 14:53:24 +01:00
2014-03-28 20:02:40 +00:00