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>
Sun, 4 Nov 2012 23:55:05 +0000 (15:55 -0800)
commit5ac848e9083a0bafd353d906e36f073aac3730e0
tree42293a7013202c5398799d0c3b298d9b464bd153
parent6e3fe62c50dffa0693101d780362e4bd91898732
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