From: Junio C Hamano Date: Tue, 21 Jan 2025 16:44:53 +0000 (-0800) Subject: Merge branch 'ps/reftable-get-random-fix' X-Git-Tag: v2.49.0-rc0~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb441e1ec3f3cf475d9037a4ce74e8fccd6be7d8;p=thirdparty%2Fgit.git Merge branch 'ps/reftable-get-random-fix' The code to compute "unique" name used git_rand() which can fail or get stuck; the callsite does not require cryptographic security. Introduce the "insecure" mode and use it appropriately. * ps/reftable-get-random-fix: reftable/stack: accept insecure random bytes wrapper: allow generating insecure random bytes --- cb441e1ec3f3cf475d9037a4ce74e8fccd6be7d8