mirror of
https://github.com/nmap/nmap.git
synced 2026-08-30 13:42:59 +00:00
* Assert index matches any time a node is accessed by index, subsuming the assertion from #2139. * Ensure all removed nodes are invalidated, so double-removes will trigger assertion failure. Added a test for this. |
||
|---|---|---|
| .. | ||
| basic.c | ||
| cancel.c | ||
| connect.c | ||
| ghheaps.c | ||
| ghlists.c | ||
| logs.c | ||
| Makefile.in | ||
| README | ||
| run_tests.sh | ||
| test-common.h | ||
| tests_main.c | ||
| timer.c | ||
Minimal regression test suite for nsock. Usage: $ make $ sh ./run_tests.sh