From: Junio C Hamano Date: Tue, 21 Jul 2026 17:23:51 +0000 (-0700) Subject: Merge branch 'bc/rust-hash-cleanups' into next X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51627468a017c9a1da7ddb32f55b887427898dba;p=thirdparty%2Fgit.git Merge branch 'bc/rust-hash-cleanups' into next A few memory problems in the Rust interface to C hash functions have been corrected. The 'Clone' implementation of 'CryptoHasher' now properly initializes the context before cloning, and its 'Drop' implementation now discards the context to prevent leaks. * bc/rust-hash-cleanups: rust: discard hash context when finished hash: initialize context before cloning --- 51627468a017c9a1da7ddb32f55b887427898dba