-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Autodesk: Upgrade aom to v3.10.0 #3297
base: dev
Are you sure you want to change the base?
Autodesk: Upgrade aom to v3.10.0 #3297
Conversation
Hi! Thank you for taking on an upgrade of the aom library. I was wondering if you might be able to say a few words about the motivation for upgrading? I can see that this version introduces a new concurrency system, a variety of optimizations for Neon, and a lot of general house keeping and code style improvements (such as replacing some macros with keywords). Of course it is nice to be up to date, but I was wondering if you had encountered something that prompted an upgrade? Something like compatibility, performance, a new feature, or bringing the library into alignment with an internal version? Or is this a general maintenance contribution? Thanks! |
As the scan tool (BlackDuck) shows, libaom - v3.0.0 has a High vulnerability of BDSA-2024-3423 (CVE-2024-5171). Integer overflow in libaom internal function img_alloc_helper can lead to heap buffer overflow. This function can be reached via 3 callers:
|
Oh, that's very good to know. Thank you for taking action on it. |
Filed as internal issue #USD-10143 |
/AzurePipelines run |
Pull request contains merge conflicts. |
4149f18
to
20447c4
Compare
Branch updated to address merge conflicts. |
Description of Change(s)
Upgrade aom version to v3.10.0
Fixes Issue(s)