Am Donnerstag, 20. April 2023, 11:55:55 CEST schrieb Herbert Xu: Hi Herbert, > > + rng->entropy_collector = jent_entropy_collector_alloc(1, 0, sdesc); > > + if (!rng->entropy_collector) > > + ret = -ENOMEM; > > Is this supposed to fail or not? Correct. Thanks a lot for the catch. I will update this. Ciao Stephan