Page MenuHomeFreeBSD

Exercise some care before sending SIGHUP to mountd.
ClosedPublic

Authored by kib on Apr 8 2019, 3:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Feb 13, 9:42 AM
Unknown Object (File)
Tue, Feb 11, 10:03 PM
Unknown Object (File)
Feb 5 2025, 2:08 AM
Unknown Object (File)
Feb 3 2025, 12:40 AM
Unknown Object (File)
Jan 26 2025, 2:32 PM
Unknown Object (File)
Dec 27 2024, 12:32 AM
Unknown Object (File)
Dec 20 2024, 1:55 AM
Unknown Object (File)
Dec 1 2024, 2:38 PM
Subscribers

Details

Summary

Do trivial checks for the mountd' pid validity before.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Could we (also) add assertions in pidfile_open for this case?

sbin/mount/mount.c
243–244 ↗(On Diff #55945)

This comment is historically correct, but really we should stop having such bugs - in any case, we don't expect to have more and the comment suggests it's just something that happens occasionally and we're powerless to stop.

I would probably say "has happened due to ..."

This revision is now accepted and ready to land.Apr 8 2019, 3:52 PM
This revision now requires review to proceed.Apr 8 2019, 3:58 PM
This revision is now accepted and ready to land.Apr 8 2019, 4:40 PM
This revision was automatically updated to reflect the committed changes.