rust-pcap / pcap

Rust language pcap library
Apache License 2.0
620 stars 144 forks source link

run tests with dynamic analysis tools to detect safety issues (mem leaks, double frees, double closes, ...) #128

Closed Trolldemorted closed 7 months ago

Trolldemorted commented 4 years ago

E.g. valgrind with --track-fds=yes should have detected #119, and we wouldn't have wasted that much time tracking it down.

Wojtek242 commented 4 years ago

This should be useful: https://rustc-dev-guide.rust-lang.org/sanitizers.html

Wojtek242 commented 7 months ago

Would be nice, but not terribly important. Please re-open only if you want to implement this feature.