Commit 2461ea1f authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Merge remote-tracking branch 'origin/maint-0.2.7'

parents d478704d 542cc8a5
Loading
Loading
Loading
Loading

changes/bug17398

0 → 100644
+3 −0
Original line number Diff line number Diff line
  o Minor bugfixes (memory leaks):
    - Fix a memory leak in ed25519 batch signature checking.
      Fixes bug 17398; bugfix on 0.2.6.1-alpha.
+1 −0
Original line number Diff line number Diff line
@@ -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);
  }