summaryrefslogtreecommitdiffstats
path: root/qemu-keymap.c
diff options
context:
space:
mode:
authorMarkus Armbruster2020-04-22 15:07:06 +0200
committerMarkus Armbruster2020-04-29 08:01:52 +0200
commit2a340b67bd0a702e6d2102691cb2cb2177b7e210 (patch)
tree94d555f7e3b77d2c51030705ae8d3a245e16e194 /qemu-keymap.c
parentqemu-img: Reject broken -o "" (diff)
downloadqemu-2a340b67bd0a702e6d2102691cb2cb2177b7e210.tar.gz
qemu-2a340b67bd0a702e6d2102691cb2cb2177b7e210.tar.xz
qemu-2a340b67bd0a702e6d2102691cb2cb2177b7e210.zip
cryptodev: Fix cryptodev_builtin_cleanup() error API violation
The Error ** argument must be NULL, &error_abort, &error_fatal, or a pointer to a variable containing NULL. Passing an argument of the latter kind twice without clearing it in between is wrong: if the first call sets an error, it no longer points to NULL for the second call. cryptodev_builtin_cleanup() passes @errp to cryptodev_builtin_sym_close_session() in a loop. Harmless, because cryptodev_builtin_sym_close_session() can't actually fail. Fix it anyway. Cc: Gonglei <arei.gonglei@huawei.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20200422130719.28225-2-armbru@redhat.com>
Diffstat (limited to 'qemu-keymap.c')
0 files changed, 0 insertions, 0 deletions