Page MenuHomeFreeBSD

sysvsem: Fix a typo.
ClosedPublic

Authored by dchagin on May 13 2022, 5:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 19, 1:02 AM
Unknown Object (File)
Sun, Mar 15, 10:54 AM
Unknown Object (File)
Fri, Mar 13, 8:27 AM
Unknown Object (File)
Wed, Mar 11, 6:40 AM
Unknown Object (File)
Tue, Mar 10, 7:38 PM
Unknown Object (File)
Tue, Mar 10, 2:44 AM
Unknown Object (File)
Mon, Mar 9, 10:36 PM
Unknown Object (File)
Mon, Mar 9, 9:16 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.