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

🐛. Memory Address Violation with C# Tests #193

Closed keithrfung closed 3 years ago

keithrfung commented 3 years ago

Bug Report

Two of the tests have Memory Access Violation on the newest NetStandard tests. These need to be resolved.

https://github.com/microsoft/electionguard-cpp/blob/2899cf7e455b9322d02de05ab19cbaa0456dc542/bindings/netstandard/ElectionGuard/ElectionGuard.Encryption.Tests/TestEncrypt.cs#L12

https://github.com/microsoft/electionguard-cpp/blob/2899cf7e455b9322d02de05ab19cbaa0456dc542/bindings/netstandard/ElectionGuard/ElectionGuard.Encryption.Tests/TestBallot.cs#L11

AddressXception commented 3 years ago

closing as a duplicate of #176