[PATCH 0/2] Rust hash cleanups
"brian m. carlson" <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
Peff recently sent out a series to fix several memory leaks with our hashing code when not using the default block algorithm. This series follows up with a few fixes to our Rust hash code, which calls the C code, to fix various memory problems. brian m. carlson (2): hash: initialize context before cloning rust: discard hash context when finished src/hash.rs | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-)