mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Fix a memory leak; bug 17398.
This commit is contained in:
parent
8378a3310a
commit
542cc8a5ff
3
changes/bug17398
Normal file
3
changes/bug17398
Normal file
@ -0,0 +1,3 @@
|
||||
o Minor bugfixes (memory leaks):
|
||||
- Fix a memory leak in ed25519 batch signature checking.
|
||||
Fixes bug 17398; bugfix on 0.2.6.1-alpha.
|
@ -260,6 +260,7 @@ ed25519_checksig_batch(int *okay_out,
|
||||
tor_free(ms);
|
||||
tor_free(lens);
|
||||
tor_free(pks);
|
||||
tor_free(sigs);
|
||||
if (! okay_out)
|
||||
tor_free(oks);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user