mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'origin/maint-0.2.7'
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user