Merge pull request #201 from greatest-ape/udp-uring-sanitizer

Update TODO (static analysis of udp io uring)
This commit is contained in:
Joakim Frostegård 2024-05-02 23:33:11 +02:00 committed by GitHub
commit ce7182f991
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

10
TODO.md
View file

@ -2,6 +2,16 @@
## High priority
* use more recent debian/ubuntu for transfer test
* need to update way to set fake tls certificates so torrent clients accept them
* udp (uring)
* run tests under valgrind
* hangs for integration tests, possibly related to https://bugs.kde.org/show_bug.cgi?id=463859
* run tests with AddressSanitizer
* `RUSTFLAGS=-Zsanitizer=address cargo +nightly test -Zbuild-std --target x86_64-unknown-linux-gnu --verbose --profile "test-fast" -p aquatic_udp --features "io-uring"`
* build fails with `undefined reference to __asan_init`, currently unclear why
## Medium priority
* stagger cleaning tasks?