Page MenuHomeFreeBSD

Make ldconfig(8) atomic
ClosedPublic

Authored by trasz on Aug 9 2018, 11:13 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 25, 2:32 AM
Unknown Object (File)
Sun, Apr 20, 2:25 PM
Unknown Object (File)
Sun, Apr 20, 12:40 PM
Unknown Object (File)
Sun, Apr 20, 12:19 PM
Unknown Object (File)
Sun, Apr 20, 7:18 AM
Unknown Object (File)
Sun, Apr 20, 7:17 AM
Unknown Object (File)
Sun, Apr 20, 7:13 AM
Unknown Object (File)
Sun, Apr 20, 6:46 AM
Subscribers

Details

Summary

Make ldconfig(8) atomic, by removing an unneccessary call to unlink(2)
before rename(2).

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Aug 9 2018, 11:24 AM
sbin/ldconfig/ldconfig.c
522 ↗(On Diff #46456)

This comment really marks both unlink() and rename() calls and could be preserved. It is arguably not too useful.

This revision was automatically updated to reflect the committed changes.