cui dcc40158dc
dwarf/reader: propagate errors during Reader entry iteration (#4327)
SeekToTypeNamed, FindEntryNamed, and NextMemberVariable used for loops
whose condition only tested entry != nil before running the body. When
Next or NextType returned a non-nil error with a nil entry, the loop
exited without inspecting err, returning not-found or nil instead of the
failure. Restructure iteration to always handle errors first.
2026-05-04 13:11:40 -07:00
..
2025-12-21 15:33:54 +01:00