TheWastl

Results 4 comments of TheWastl

Ok, so the issue is apparently that libstd uses `statx` with a null filename parameter to check if `statx` is implemented. We could ignore all errors of kind SyscallParam (not...

Apparently Valgrind added a workaround for this "dubious use of statx" in [`2a7d3ae76`](https://sourceware.org/git/?p=valgrind.git;a=commit;h=2a7d3ae76).

This is caused by #94934. It only ever worked because the lint ran after optimizations. I made a fix [here](https://github.com/TheWastl/rust/commit/090872eb3d6ca04ed5c5ed78af224c5648c85da0). It specializes the length of arrays as constant, even if...