diff options
| author | Eric Blake <eblake@redhat.com> | 2017-09-11 12:20:14 -0500 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2017-09-15 09:05:19 +0200 |
| commit | 7b899f4dd596dbb7d271f7fab36fbfffec84868e (patch) | |
| tree | 2cc98be4af927083e26c8d40b25d93694eb8cf07 /scripts/qtest.py | |
| parent | 4fb609adc91c9352ae72b82cef53002c2e32d7fb (diff) | |
| download | focaccia-qemu-7b899f4dd596dbb7d271f7fab36fbfffec84868e.tar.gz focaccia-qemu-7b899f4dd596dbb7d271f7fab36fbfffec84868e.zip | |
qtest: Avoid passing raw strings through hmp()
hmp() passes its string argument through the sprintf() family; with a proper attribute, gcc -Wformat warns us when we do something dangerous like passing a non-constant format string. Fortunately, all our strings were safe, but checking whether the string can contain an unintended % is easy to avoid and therefore worth doing. Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'scripts/qtest.py')
0 files changed, 0 insertions, 0 deletions