Page MenuHomeFreeBSD

random: CTASSERT check sizeof random_source_descr[]
ClosedPublic

Authored by obrien on Oct 22 2025, 7:25 AM.
Tags
None
Referenced Files
F170803289: D53255.id.diff
Sun, Sep 6, 5:52 PM
Unknown Object (File)
Sat, Sep 5, 7:37 AM
Unknown Object (File)
Thu, Sep 3, 11:00 PM
Unknown Object (File)
Thu, Sep 3, 11:00 PM
Unknown Object (File)
Thu, Sep 3, 11:00 PM
Unknown Object (File)
Thu, Sep 3, 7:29 AM
Unknown Object (File)
Tue, Sep 1, 1:44 PM
Unknown Object (File)
Tue, Sep 1, 7:30 AM
Subscribers

Details

Summary

Ensure that the number of elements of random_source_descr[]
of matches that of enum random_entropy_source.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 67987
Build 64870: arc lint + arc unit

Event Timeline

add checking of fxrng_ent_char[] too

obrien added a subscriber: csprng.
obrien removed a subscriber: csprng.

Otherwise LGTM

sys/dev/random/random_harvestq.c
684

The second assertion probably makes more sense colocated with the definition of ENTROPYSOURCE or hc_source_mask.

sys/dev/random/random_harvestq.c
684

Actually I like that better - less duplication. I didn't touch fenestrasX/fx_pool.c and only added the CTASSERT to my changeset when I found so many missing items.

This revision is now accepted and ready to land.Oct 31 2025, 5:27 AM