Page MenuHomeFreeBSD

sysvsem: Fix a typo.
ClosedPublic

Authored by dchagin on May 13 2022, 5:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Aug 30, 12:22 PM
Unknown Object (File)
Sat, Aug 29, 1:50 PM
Unknown Object (File)
Thu, Aug 27, 5:04 AM
Unknown Object (File)
Aug 18 2026, 9:38 PM
Unknown Object (File)
Aug 17 2026, 4:45 AM
Unknown Object (File)
Aug 17 2026, 4:10 AM
Unknown Object (File)
Aug 15 2026, 8:58 PM
Unknown Object (File)
Aug 12 2026, 3:28 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 45567
Build 42455: arc lint + arc unit

Event Timeline

Wow, that has been there for an embarrassingly long time!

This revision is now accepted and ready to land.May 13 2022, 8:04 PM

Wow, that has been there for an embarrassingly long time!

Well, it's not a bug)) because the rpr cannot be NULL AFAIR, or Im missed something?

Wow, that has been there for an embarrassingly long time!

Well, it's not a bug)) because the rpr cannot be NULL AFAIR, or Im missed something?

Actually, it is - perhaps. rpr can be null if the jail is created with sysvsem=disable. But at least it doesn't appear to be fatal, since rpr is never dereferenced (as far as a quick glance suggests) but is only compared to other prison pointers. It might even end up doing the right thing without the null check, but I wouldn't want to count on it.

This revision was automatically updated to reflect the committed changes.