13 May
2025
13 May
'25
5:30 p.m.
From: Eric Pouech <epouech(a)codeweavers.com> (tentative, potentially false positive). Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> --- dlls/dbghelp/pdb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/dbghelp/pdb.c b/dlls/dbghelp/pdb.c index 84ef921e5cb..b7fc6c63a0e 100644 --- a/dlls/dbghelp/pdb.c +++ b/dlls/dbghelp/pdb.c @@ -2957,6 +2957,7 @@ static enum pdb_result pdb_reader_TPI_fillin_UDTlist(struct pdb_reader *pdb, sym default: result = PDB_REPORT_UNEXPECTED("UDT field list", cv_field->generic.id); + length = 0; /* keep SAST happy */ } ptr += length; if (result) break; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/8025