Fixed crash when running with '-P' and '-T' options simultaneously. (#273)

This commit is contained in:
Joe Testa
2024-07-02 20:56:11 -04:00
parent 87e22ae26b
commit dcbc43acdf
2 changed files with 27 additions and 0 deletions

View File

@ -216,6 +216,7 @@ For convenience, a web front-end on top of the command-line tool is available at
### v3.3.0-dev (???)
- Added built-in policies for Ubuntu 24.04 LTS server and client.
- Added IPv6 support for DHEat and connection rate tests.
- Fixed crash when running with `-P` and `-T` options simultaneously.
### v3.2.0 (2024-04-22)
- Added implementation of the DHEat denial-of-service attack (see `--dheat` option; [CVE-2002-20001](https://nvd.nist.gov/vuln/detail/CVE-2002-20001)).