What steps will reproduce the problem?
1. curl -O
http://downloads.webmproject.org/test_data/libvpx/vp90-2-15-fuzz-flicker.webm
2. Build libwebm with ioc (see attached patch)
3. ./sample vp90-2-15-fuzz-flicker.webm
What do you see instead?
./sample vp90-2-15-fuzz-flicker.webm
[...]
mkvparser.cpp:250:12: runtime error: left shift of negative value -128
[...]
What version are you using?
8be63972fdd7ae8c041778f8ba674ade903395c9
Please provide any additional information below.
The whole file does not look integer overflow clean, wrt left shifts of
negative values. ("E1 << E2"; where E1 < 0).
Original issue reported on code.google.com by aconve...@google.com on 17 Jun 2014 at 7:17
Original issue reported on code.google.com by
aconve...@google.com
on 17 Jun 2014 at 7:17Attachments: