Election-Tech-Initiative / electionguard-cpp

A C++ implementation of ElectionGuard specification focused on encryption components.
https://www.electionguard.vote/
MIT License
23 stars 26 forks source link

Bug/memory #328

Closed SteveMaier-IRT closed 2 years ago

SteveMaier-IRT commented 2 years ago

Issue

Fixes #326

Description

Memory was leaking when ballots were being encrypted and cast/spoiled.

Testing

Added C++ and .NET tests to test creating 10000 submitted ballots without running out of memory.