1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-15 09:44:36 +00:00
dv 35f31cb19b vmd(8): remove config parsing TOCTOU with disk parsing.
When vmd parses vm.conf, it's inspecting any provided disk images
to determine the disk format (raw or qcow) if left unspecified.
This is a big TOCTOU because nothing prevents these files from
changing between vmd startup and vm launch.

This change defers detection to vm launch time and tracks the disk
format as an enum instead of an int to make things more interpretable.

ok hshoexer@
2026-04-14 21:41:19 +00:00
2026-04-04 09:33:18 +00:00
2026-04-13 19:13:59 +00:00
2026-04-13 12:20:13 +00:00
2026-04-13 17:22:23 +00:00
Description
No description provided
1.6 GiB
Languages
C 57.4%
C++ 28.7%
Perl 3.9%
Roff 3%
Makefile 0.9%
Other 5.6%