]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/reftable-get-random-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 21 Jan 2025 16:44:53 +0000 (08:44 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Jan 2025 16:44:53 +0000 (08:44 -0800)
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


Trivial merge