Obtained from: NetBSD
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
libexec/comsat/comsat.c | ||
---|---|---|
214–215 | I would suggest also updating this comment |
Comment Actions
One thing I've noticed is that NetBSD moved the setting of groups/uid/gid earlier to inside notify() (https://github.com/NetBSD/src/commit/46b017828cee516770586497237aed6182b1decf). I think failing earlier is also a good move.
Comment Actions
Not a bad idea, can follow up with that (and check for any other improvements from NetBSD or OpenBSD)