Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:15.5:Update
libvpx
CVE-2023-5217.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File CVE-2023-5217.patch of Package libvpx
Index: libvpx-1.11.0/vp8/encoder/onyx_if.c =================================================================== --- libvpx-1.11.0.orig/vp8/encoder/onyx_if.c +++ libvpx-1.11.0/vp8/encoder/onyx_if.c @@ -1445,6 +1445,11 @@ void vp8_change_config(VP8_COMP *cpi, VP last_h = cpi->oxcf.Height; prev_number_of_layers = cpi->oxcf.number_of_layers; + if (cpi->initial_width) { + // TODO(https://crbug.com/1486441): Allow changing thread counts; the + // allocation is done once in vp8_create_compressor(). + oxcf->multi_threaded = cpi->oxcf.multi_threaded; + } cpi->oxcf = *oxcf; switch (cpi->oxcf.Mode) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor