Page MenuHomeFreeBSD

sysvsem: Fix a typo.
ClosedPublic

Authored by dchagin on May 13 2022, 5:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 21, 1:41 PM
Unknown Object (File)
Mon, Jul 20, 11:15 AM
Unknown Object (File)
Mon, Jul 13, 10:21 PM
Unknown Object (File)
Mon, Jul 13, 9:25 PM
Unknown Object (File)
Mon, Jul 13, 9:24 PM
Unknown Object (File)
Sat, Jul 4, 7:58 PM
Unknown Object (File)
Thu, Jun 25, 6:17 AM
Unknown Object (File)
Jun 10 2026, 6:47 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.