nfs_fchown_async: fix nullptr dereference
authorArne Redlich <arne.redlich@googlemail.com>
Mon, 17 Feb 2014 22:22:02 +0000 (23:22 +0100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 20 Feb 2014 02:49:03 +0000 (18:49 -0800)
commit6b1f14ca0177a25a72eaf1f62ed1ad00f6ae4f5f
tree48f6f7098634369e76a67d26667de60a0b21a66b
parentb6619d88e6dd99e3aa07e6f333f4a6456a0b7207
nfs_fchown_async: fix nullptr dereference

nfs_chown_data is hooked up under nfs_cb_data->continue_data but
no ->free_continue_data is configured, so once free_nfs_cb_data is
invoked it will trip over a nullptr.

Signed-off-by: Arne Redlich <arne.redlich@googlemail.com>
lib/libnfs.c