usnistgov / SP800-90B_EntropyAssessment

The SP800-90B_EntropyAssessment C++package implements the min-entropy assessment methods included in Special Publication 800-90B.
202 stars 87 forks source link

Goodness of fit chi squared test has a memory leak #90

Closed joshuaehill closed 5 years ago

joshuaehill commented 6 years ago

chi_square_tests creates substrings using "new", but never deletes the allocated memory.

joshuaehill commented 6 years ago

I fixed this in my reference branch: https://github.com/joshuaehill/SP800-90B_EntropyAssessment/tree/2018UL