From: Eric Pouech epouech@codeweavers.com
Signed-off-by: Eric Pouech epouech@codeweavers.com --- tools/winedump/pe.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/tools/winedump/pe.c b/tools/winedump/pe.c index 6acab7e4773..ea4558352f8 100644 --- a/tools/winedump/pe.c +++ b/tools/winedump/pe.c @@ -2180,6 +2180,7 @@ static void dump_dir_exceptions(void) const IMAGE_ARM64EC_METADATA *metadata;
funcs = get_dir_and_size(IMAGE_FILE_EXCEPTION_DIRECTORY, &size); + if (!funcs) size = 0;
switch (file_header->Machine) {
Hi,
It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated.
The tests also ran into some preexisting test failures. If you know how to fix them that would be helpful. See the TestBot job for the details:
The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=147054
Your paranoid android.
=== debian11b (64 bit WoW report) ===
ddraw: ddraw2.c:9810: Test failed: Got unexpected color 0x000000ff. ddraw2.c:9814: Test failed: Got unexpected color 0x00000080. ddraw4.c:11367: Test failed: Got unexpected color 0x000000ff. ddraw4.c:11371: Test failed: Got unexpected color 0x00000080.
This merge request was approved by Aida Jonikienė.