Mrmaxmeier

Results 6 issues of Mrmaxmeier

> RawGit is now in a sunset phase and will soon shut down. It's been a fun five years, but all things must end. > > GitHub repositories that served...

Hi, some of my code recently started failing with this exception after a Python version bump: ``` Traceback (most recent call last): [...] File "/usr/lib/python3.10/site-packages/amaranth/hdl/xfrm.py", line 209, in on_statement new_stmt...

Re-using the module's function names as symbols is nice for debugging but can be fatal when they overlap with WAVM's runtime symbols. This happens for WASM modules that include functions...

This fixes a major harness issue in the `libarchive` fuzzer and resolves a fuzzing roadblock issue related to the build setup. All calls after `archive_read_add_passphrase` currently exit early because the...

Hi, this implements support for source code embedded directly inside of the DWARF debug info. (Fixes #835) I'm not sure about the logic in `source_by_path` though. Should it only match...

DWARFv5 has an extension for embedding program source code directly into the debug info sections: https://dwarfstd.org/issues/180201.1.html `symbolic` is not currently aware of this, and can't provide source code for ELF...