Activity log for bug #1686364

Date Who What changed Old value New value Message
2017-04-26 10:25:02 Richard Jones bug added bug
2017-04-26 10:25:37 Richard Jones description $ qemu-system-x86_64 -drive file=/tmp/foo\" -writeconfig - # qemu config file [drive] file = "/tmp/foo"" For bonus points, try to construct a value qemu config file that contains a quoted value. It's pretty clear (from looking at the code also) that this is not possible. Also: - maximum value length is hard-coded in the parser at 1023 characters (for no apparent reason) - the format is undocumented - don't use sscanf for parsing! $ qemu-system-x86_64 -drive file=/tmp/foo\" -writeconfig - # qemu config file [drive]   file = "/tmp/foo"" For bonus points, try to construct a valid qemu config file that contains a quoted value. It's pretty clear (from looking at the code also) that this is not possible. Also: - maximum value length is hard-coded in the parser at 1023 characters (for no apparent reason) - the format is undocumented - don't use sscanf for parsing!
2021-05-05 06:57:15 Thomas Huth qemu: status New Expired
2021-05-05 06:57:16 Thomas Huth bug watch added https://gitlab.com/qemu-project/qemu/-/issues/142