Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recent nightly version of Rust fail running one of our tests under Miri [0]. The claim is that data is used uninitialized, but it's not really clear why there would be anything uninitialized at this point and this test has been working fine ever since its inception. Suspicion is that nightly Miri could have a bug. And even if it's a bug in our code it would be in test code itself, rather than the library. Pin the version we use to a known good one for the time being to get us back to green. [0] https://github.com/libbpf/blazesym/actions/runs/10842437849/job/30216935620 Signed-off-by: Daniel Müller <[email protected]>
- Loading branch information