[Git][wine/wine][master] 3 commits: windowscodecs/metadata: Always initialize handler pointer.
Alexandre Julliard pushed to branch master at wine / wine Commits: 16a3fb7d by Nikolay Sivov at 2025-03-26T23:02:32+01:00 windowscodecs/metadata: Always initialize handler pointer. In case of empty block reader we currently return uninitialized pointer that is accessed later. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> - - - - - 2a167eb4 by Nikolay Sivov at 2025-03-26T23:02:32+01:00 windowscodecs/jpeg: Add support for App1 metadata blocks in the decoder. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> - - - - - 3a0b78a0 by Nikolay Sivov at 2025-03-26T23:02:32+01:00 windowscodecs/tests: Add some tests for the App0 reader. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> - - - - - 4 changed files: - dlls/windowscodecs/libjpeg.c - dlls/windowscodecs/metadataquery.c - dlls/windowscodecs/tests/metadata.c - dlls/windowscodecs/wincodecs_private.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/096ebc0cce3992a4f3025aed3217a3... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/096ebc0cce3992a4f3025aed3217a3... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)