Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle edge case in fr_rand_init() and, we suspect, oveflow (CID #160…
…4611) (#5434) To handle the rare case of not filling fr_rand_pool.randrsl in a single read, adjust the location passed to read() to skip what was read in a previous interation. This is done in a way consistent with the handling of this case in 3.x, which should also deal with the overflow_sink complaint from Coverity.
- Loading branch information