Git development
 help / color / mirror / Atom feed
* [PATCH 0/2] Rust hash cleanups
@ 2026-07-19  1:08 brian m. carlson
  2026-07-19  1:08 ` [PATCH 1/2] hash: initialize context before cloning brian m. carlson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: brian m. carlson @ 2026-07-19  1:08 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Jeff King, Patrick Steinhardt

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(-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-07-19  8:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-19  1:08 [PATCH 0/2] Rust hash cleanups brian m. carlson
2026-07-19  1:08 ` [PATCH 1/2] hash: initialize context before cloning brian m. carlson
2026-07-19  1:08 ` [PATCH 2/2] rust: discard hash context when finished brian m. carlson
2026-07-19  8:07 ` [PATCH 0/2] Rust hash cleanups Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox