block/nfs: fix NULL pointer dereference in URI parsing
commit8d20abe87afa735cd0ae6688bd105c7a27390343
authorPeter Lieven <pl@kamp.de>
Wed, 1 Feb 2017 09:53:48 +0000 (1 10:53 +0100)
committerMax Reitz <mreitz@redhat.com>
Sat, 11 Feb 2017 23:47:42 +0000 (12 00:47 +0100)
tree7b5fd58303cefcbc8388a803d58831a466fa63ab
parent16e977d506bcc2d9f7daa4a9f7cc2b48536d9da6
block/nfs: fix NULL pointer dereference in URI parsing

parse_uint_full wants to put the parsed value into the
variable passed via its second argument which is NULL.

Fixes: 94d6a7a76e9df9919629428f6c598e2b97d9426c
Cc: qemu-stable@nongnu.org
Signed-off-by: Peter Lieven <pl@kamp.de>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 1485942829-10756-2-git-send-email-pl@kamp.de
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/nfs.c