Page MenuHomeFreeBSD

sysvsem: Fix a typo.
ClosedPublic

Authored by dchagin on May 13 2022, 5:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 10, 4:31 AM
Unknown Object (File)
Fri, May 10, 3:06 AM
Unknown Object (File)
Fri, May 10, 3:06 AM
Unknown Object (File)
Thu, May 9, 9:32 PM
Unknown Object (File)
Sat, Apr 27, 2:32 PM
Unknown Object (File)
Mar 29 2024, 10:15 AM
Unknown Object (File)
Mar 28 2024, 1:55 AM
Unknown Object (File)
Mar 7 2024, 7:51 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.