Stream: git-wasmtime

Topic: wasmtime / PR #1507 Check .debug_str data that is not fro...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 14 2020 at 18:36):

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.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 14 2020 at 19:03):

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.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 14 2020 at 19:40):

alexcrichton submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 14 2020 at 20:21):

yurydelendik merged PR #1507.


Last updated: Oct 23 2024 at 20:03 UTC