git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Problems with CSPRNG in wrapper.c
@ 2023-02-27 23:06 rsbecker
  2023-02-27 23:15 ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: rsbecker @ 2023-02-27 23:06 UTC (permalink / raw)
  To: 'Git List'

I've hit an issue with git that has me stumped at a customer site - so I
have limited visibility on what is actually wrong. This is pretty urgent
that I resolve this.

In git/wrapper (lines 477 from :
       if (csprng_bytes(&v, sizeof(v)) < 0)
       	return error_errno("unable to get random bytes for temporary file");

First, I was not aware that csprng was a git dependency - not sure why
because we depend on OpenSSL_random that should return random bytes. Does
this still mean that there is a dependency on PRNGD, or is there another
dependency I am missing.

Should I get them to revert back to an older git version (which one)? Is a
patch needed?

Thanks,
Randall

--
Brief whoami: NonStop&UNIX developer since approximately
UNIX(421664400)
NonStop(211288444200000000)
-- In real life, I talk too much.







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

end of thread, other threads:[~2023-02-28  0:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-27 23:06 Problems with CSPRNG in wrapper.c rsbecker
2023-02-27 23:15 ` Junio C Hamano
2023-02-27 23:23   ` rsbecker
2023-02-28  0:11     ` brian m. carlson
2023-02-28  0:51       ` rsbecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).