Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Looks generally good. I think it's OK to tag getentropy as compliant even if it's not quite yet.
lib/libc/gen/getentropy.3 | ||
---|---|---|
73 โ | (On Diff #146469) | It looks like our implementation doesn't quite conform in that we don't define {GETENTROPY_MAX} (seemingly 256 from a glance at the code. |
lib/libc/gen/getentropy.3 | ||
---|---|---|
73 โ | (On Diff #146469) | fair enough - I will leave this one out for now and we can change it when we fix that up -- it looks like we also return EIO instead of EINVAL |