[Git][wine/vkd3d][master] 2 commits: vkd3d-shader/preproc: Avoid accessing "source_name" after...
Henri Verbeet pushed to branch master at wine / vkd3d Commits: 3e8345ea by Henri Verbeet at 2026-02-17T13:39:34+01:00 vkd3d-shader/preproc: Avoid accessing "source_name" after preproc_push_include() in preproc_lexer_parse(). (Valgrind) preproc_push_include() takes ownership of "source_name", and preproc_yyparse() may end up freeing it. - - - - - 7431c542 by Henri Verbeet at 2026-02-17T13:39:34+01:00 vkd3d-shader/preproc: Avoid leaking macro argument values on error paths. (Valgrind) - - - - - 1 changed file: - libs/vkd3d-shader/preproc.l View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/786bb55cadb26181d3d54881af2ce... -- View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/786bb55cadb26181d3d54881af2ce... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Henri Verbeet (@hverbeet)