authorgravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2025-09-09 08:48:52+01:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2025-09-30 13:44:52+01:00
loge6adddf80c5c24ed89e6dc9e5bbaa3b88dd5ed69
tree3abe6a4fb9cebfaa7d25bf4ed60cb6a367ccb1bb
parent2743fdb7ce3471e77caed7adf0e8657fa66716a0
signaturelock-open Commit is signed but in an unrecognized format.

small reasonable change


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/debug/SelfInfo/WindowsModule.zig+1-1
...@@ -142,7 +142,7 @@ fn loadDebugInfo(module: *const WindowsModule, gpa: Allocator, di: *DebugInfo) !...@@ -142,7 +142,7 @@ fn loadDebugInfo(module: *const WindowsModule, gpa: Allocator, di: *DebugInfo) !
142 try di.dwarf.?.open(gpa, native_endian);142 try di.dwarf.?.open(gpa, native_endian);
143 }143 }
144144
145 if (try coff_obj.getPdbPath()) |raw_path| pdb: {145 if (coff_obj.getPdbPath() catch return error.InvalidDebugInfo) |raw_path| pdb: {
146 const path = blk: {146 const path = blk: {
147 if (fs.path.isAbsolute(raw_path)) {147 if (fs.path.isAbsolute(raw_path)) {
148 break :blk raw_path;148 break :blk raw_path;