mirror of
https://github.com/openbsd/src.git
synced 2026-04-15 09:44:36 +00:00
35f31cb19b6ad68bb4765a5c7e311c0341a59149
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@
…
Description
Languages
C
57.4%
C++
28.7%
Perl
3.9%
Roff
3%
Makefile
0.9%
Other
5.6%