yurydelendik opened PR #1507 from issue1506
to master
:
Fixes #1506
DWARF's
.debug_str
and.debug_line_str
does not like NULL char in the string. The simulate.rs data uses names from wasm's name section. This patch sanitizes the data for the generated DWARF output, so gimli library will not fail now.
yurydelendik updated PR #1507 from issue1506
to master
:
Fixes #1506
DWARF's
.debug_str
and.debug_line_str
does not like NULL char in the string. The simulate.rs data uses names from wasm's name section. This patch sanitizes the data for the generated DWARF output, so gimli library will not fail now.
alexcrichton submitted PR Review.
yurydelendik merged PR #1507.
Last updated: Nov 22 2024 at 16:03 UTC