Commits


Antoine Pitrou authored and GitHub committed 42447e6af60
GH-36327: [C++][CI] Fix Valgrind failures (#36461) * Silence Valgrind error in OpenSSL * Make sure the entire data buffer of pairwise_diff is initialized * Make sure the bitmaps of REE-encoded data are initialized * Closes: #36327 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>