Initialize the rootfh handle when creating the nfs context or else
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 31 Jul 2011 00:59:46 +0000 (10:59 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 31 Jul 2011 00:59:46 +0000 (10:59 +1000)
commit963c2f83becc757fe3e227408888d6af6b2c4319
tree43ddab1b280e979fcae4e42088827a985c2d6ec8
parentb077fdeb65aca9d9bc15fcd311372816d87dc213
Initialize the rootfh handle when creating the nfs context or else
we will try to free a wild pointer if the mount failed
and we proceed to call nfs_destroy_context();
lib/libnfs.c