Alexandre Julliard pushed to branch master at wine / wine
Commits:
3d5a4984 by Nikolay Sivov at 2025-04-28T16:32:04+02:00
windowscodecs/tests: Add a test for big-endian TIFF image data handling.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
9f3b0a5a by Nikolay Sivov at 2025-04-28T16:32:04+02:00
windowscodecs/tiff: Remove unnecessary image data byte-swaping.
This is handled automatically by libtiff when loading big-endian tiffs
on little-endian build. It's implemented as a 'postdecode' hook and
depends on TIFFTAG_BITSPERSAMPLE tag.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/windowscodecs/libtiff.c
- dlls/windowscodecs/tests/tiffformat.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/89f41f573c2d478cede6eec5fb7af…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/89f41f573c2d478cede6eec5fb7af…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
079ba204 by Nikolay Sivov at 2025-04-28T16:32:04+02:00
shell32: Simplify error handling when FolderItemVerbs object is created.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
74e99de4 by Nikolay Sivov at 2025-04-28T16:32:04+02:00
shell32: Fix use-after-free at FolderItemVerbs creation (ASan).
The 'child' pidl is a pointer whithin its parent pidl, it's only valid
as long as the parent is still around.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1 changed file:
- dlls/shell32/shelldispatch.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/949cbc04774b465bdc127944b8251…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/949cbc04774b465bdc127944b8251…
You're receiving this email because of your account on gitlab.winehq.org.