Closed
Bug 959423
Opened 11 years ago
Closed 11 years ago
OpenH264: Assertion failed: (*ppPic1 != *ppPic2) [@WelsSVCEnc::WelsExchangeSpatialPictures]
Categories
(Core :: WebRTC: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: posidron, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: assertion, crash, testcase)
Attachments
(3 files)
codec/encoder/./core/src/picture_handle.cpp:178
void WelsExchangeSpatialPictures (SPicture** ppPic1, SPicture** ppPic2) {
SPicture* tmp = *ppPic1;
* assert (*ppPic1 != *ppPic2);
*ppPic1 = *ppPic2;
*ppPic2 = tmp;
}
To reproduce do:
./h264enc welsenc_fuzz.cfg
Tested with https://github.com/cisco/openh264/commit/301b06a
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Comment 2•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
Component: Video/Audio → WebRTC: Audio/Video
Reporter | ||
Updated•11 years ago
|
Blocks: fuzzing-openh264
Hi Christoph:
fix it. Could you verify it on cisco/master branch? thanks!
Reporter | ||
Comment 5•11 years ago
|
||
Fixed.
Tested with https://github.com/cisco/openh264/commit/de935a523
Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•