vminitd: sync(2) in server error path (#413)

This commit is contained in:
Danny Canter
2025-11-17 10:38:10 -08:00
committed by GitHub
parent 85a3544750
commit 747ea996c8
@@ -121,6 +121,11 @@ struct Application {
#endif
} catch {
log.error("vminitd boot error \(error)")
#if os(Linux)
Musl.sync()
#endif
exit(1)
}
}