summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/1686364
blob: cab4c08d2ff8c1c5ff4286a5148fb56be45b57be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
files: 0.867
device: 0.852
network: 0.642
graphic: 0.546
performance: 0.526
semantic: 0.470
other: 0.462
socket: 0.450
vnc: 0.397
permissions: 0.295
debug: 0.293
boot: 0.261
PID: 0.259
KVM: 0.213

qemu -readconfig/-writeconfig cannot handle quotes in values

$ 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!


This is an automated cleanup. This bug report has been moved to QEMU's
new bug tracker on gitlab.com and thus gets marked as 'expired' now.
Please continue with the discussion here:

 https://gitlab.com/qemu-project/qemu/-/issues/142