This prevents KCFI to fail
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 73384 Build 70267: arc lint + arc unit
Event Timeline
Comment Actions
C had finally outpaced the generic catch-all function... eopnotsupp, or similar, has been around since at least v4 (the first C version we have).
nodev()
{
u.u_error = ENODEV;
}I know this is for one of the kernel sanitizers and not strictly forced by new C behavior, but still...