]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitcb441e1ec3f3cf475d9037a4ce74e8fccd6be7d8
tree235fe13d72cc2897e498dbdd5d7a9ab0ad7c5415
parent57ebdd5af4031ddd0e012e68c5e423fd0671ed8c
parent0b4f8afef6b744d5aa92883c5a6c1985be67cc7c
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