fix crash in mount/export
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 25 Jun 2011 01:06:53 +0000 (11:06 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 25 Jun 2011 01:06:53 +0000 (11:06 +1000)
commit739df145d600a7beb21050a5cb95b6b7ae184934
tree1cd1e5f2e8ccaa7a1a9b9d33c5ece264977fe4c0
parent1e8994af0fde29bb03c52c5c4a972ef8d8ddbc33
fix crash in mount/export

need to check that status is OK before we start dereferencing the 'export' pointers or else we will segv.
this could happen if trying to pull the list of exports from a host that does not have mountd running, or if we can not connect at all to the host.
examples/nfsclient-sync.c
lib/libnfs-sync.c