It will either crash qemu or the VM will boot and garbage will be read from the SMBIOS11 table.
``` git clone https://github.com/systemd/mkosi cd mkosi mkdir tmp cd tmp ../bin/mkosi --tools-tree= —include=mkosi-vm -f vm ``` The above instructions should either crash qemu or boot a VM with garbage data in the smbios tables. If the VM boots, you can run `journalctl -g 'Failed to base64 decode credential'` to check for garbage data in the smbios11 table. If there are any such messages, we know the bug is not fixed, if there are none, we know the bug is fixed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2127974 Title: -smbios type=11,path=xxx results in buffer overrun due to missing null terminator To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2127974/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
