fish-shell/fish-rust
Johannes Altmanninger 10fed02572 Work around ASan complaining about buffer overflow in DirIter
On the following "Port execution" commit, ASan will complain if we read
beyond a terminating null byte in get_autosuggestion_performer().  This is
actually working as intended but we need to appease ASan somehow..
2023-10-07 19:30:46 +02:00
..
src Work around ASan complaining about buffer overflow in DirIter 2023-10-07 19:30:46 +02:00
widestring-suffix Move edition and MSRV to workspace 2023-08-19 15:18:38 +02:00
build.rs Implement postfork code in Rust 2023-09-24 13:04:00 -07:00