diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2021-07-05 19:14:37 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-07-20 17:06:28 +0200 |
commit | 461fea9bf1db0e122cfc18ea07958ddebea5d9a3 (patch) | |
tree | 31176b9626ad7d2d32c13767accb7b30c9ced8e6 /util/trace-events | |
parent | e72f9524febb78ee5ae2a201245cd7b1fb97ad08 (diff) |
qemu-config: fix memory leak on ferror()
The leak is basically impossible to reach, since the only common way
to get ferror(fp) is by passing a directory to -readconfig. In that
case, the error occurs before qdict is set to anything non-NULL.
However, it's theoretically possible to get there after an EIO.
Cc: armbru@redhat.com
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Fixes: f7544edcd3 ("qemu-config: add error propagation to qemu_config_parse", 2021-03-06)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'util/trace-events')
0 files changed, 0 insertions, 0 deletions