Closed
Bug 1215340
Opened 10 years ago
Closed 10 years ago
OpenH264: shift exponent too large in [@WelsDec::DecodeExpBypassCabac]
Categories
(Core :: Audio/Video: GMP, defect)
Core
Audio/Video: GMP
Tracking
()
RESOLVED
FIXED
People
(Reporter: tsmith, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: testcase)
Attachments
(2 files)
codec/decoder/core/src/cabac_decoder.cpp:273:21: runtime error: shift exponent 32 is too large for 32-bit type 'int'
> iSymTmp += (1 << iCount);
| Reporter | ||
Comment 1•10 years ago
|
||
Hi, we have fixed this issue in commit fb61733 of master branch and commit 32c51ec of openh264v1.5 branch, please help to verify it.
| Reporter | ||
Comment 3•10 years ago
|
||
Verified with fb61733b2
| Assignee | ||
Updated•3 years ago
|
Component: OpenH264 → Audio/Video: GMP
Product: External Software Affecting Firefox → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•