mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix bug 8845: check the right length of memory in aes unit tests
This couldn't actually be a buffer overrun unless AES somehow turned into memcpy, but still it's good to fix it.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
o Minor bugfixes (test):
|
||||
- Fix an impossible buffer overrun in the AES unit tests. Fixes bug 8845;
|
||||
bugfix on 0.2.0.7-alpha. Found by eugenis.
|
||||
Reference in New Issue
Block a user