]> git.proxmox.com Git - mirror_qemu.git/commit
authz-list-file: Fix crash when filename is not set
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 8 Oct 2020 20:27:11 +0000 (16:27 -0400)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 13 Oct 2020 19:56:30 +0000 (15:56 -0400)
commit14b394853606ab79f1d71f3bbbb4ccaab6538c8f
tree7140a49bcea249d72a6c8b2812b06ade349c87b0
parentabb9369805fe1ebd4eb2d278555c8e06ef099b15
authz-list-file: Fix crash when filename is not set

Fix the following crash:

  $ qemu-system-x86_64 -object authz-list-file,id=obj0
  qemu-system-x86_64: -object authz-list-file,id=obj0: GLib: g_file_get_contents: assertion 'filename != NULL' failed
  Segmentation fault (core dumped)

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Message-Id: <20201008202713.1416823-2-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
authz/listfile.c