Skip to content

Commit

Permalink
Merge pull request #201 from greatest-ape/udp-uring-sanitizer
Browse files Browse the repository at this point in the history
Update TODO (static analysis of udp io uring)
  • Loading branch information
greatest-ape authored May 2, 2024
2 parents bfd53ea + af0c816 commit ce7182f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit ce7182f

Please sign in to comment.