Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
SUSE:SLE-15-SP4:Update
libheif.36312
libheif-CVE-2023-0996.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libheif-CVE-2023-0996.patch of Package libheif.36312
diff --git a/libheif/heif_emscripten.h b/libheif/heif_emscripten.h index 42940b1a0..a0f242f1d 100644 --- a/libheif/heif_emscripten.h +++ b/libheif/heif_emscripten.h @@ -32,7 +32,7 @@ static void strided_copy(void* dest, const void* src, int width, int height, const uint8_t* _src = static_cast<const uint8_t*>(src); uint8_t* _dest = static_cast<uint8_t*>(dest); for (int y = 0; y < height; y++, _dest += width, _src += stride) { - memcpy(_dest, _src, stride); + memcpy(_dest, _src, width); } } }
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