MOUNT: when processing the mount response, check status before dereferencing data...
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 4 Nov 2012 23:55:05 +0000 (15:55 -0800)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 24 Nov 2012 16:13:46 +0000 (08:13 -0800)
commit9b6d10641472355ca4b46579219c3e32f5d76e18
tree74a4bc7ac9c7bfd756f2edadc51bfba1560dd11e
parente7d599007f101e0cb47e88ef7e12e726ea7c0aef
MOUNT: when processing the mount response, check status before dereferencing data pointer

If status is non-zero in the mount callback, then the datapointer might be NULL
so we should not dereference it into an exports pointer before we have checked the status.

This would otherwise cause crashes.
lib/libnfs-sync.c