-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trigger CI for PR#3723 #3772
Trigger CI for PR#3723 #3772
Conversation
... and fix trivial issue of that function. This solves the some frame decode error.
I could not reproduce the problem. What differs between your environment and mine? |
This fixes the fuzzing test failure. Addresses: cisco#3772
This fixes the fuzzing test failure. Addresses: cisco#3772 (cherry picked from commit b13b201)
I could reproduce the issue using artifact in https://github.com/cisco/openh264/actions/runs/10176042462/artifacts/1763247810 This issue is due to a typo in WelsReorderRefList2(). My bug_fix_2 branch has been updated with this fix. |
This fixes the fuzzing test failure. Addresses: cisco#3772
* Enable ReorderRefList2() which was added by the commit 1b8caef. ... and fix trivial issue of that function. This solves the some frame decode error. * Add workaround for frame decode error due to emulation byte. * Fix a bug which seems due to a typo in WelsReorderRefList2() This fixes the fuzzing test failure. Addresses: #3772
No description provided.