librpc/ndr: consolidate string conversion logic in ndr_pull_string
[nivanova/samba-autobuild/.git] / nsswitch / wb_common.c
index 2a1795c33bdb251b40068e5890b32073fd3e200b..dcfc8a5156886e63cacd1b103f466ebc7e34833a 100644 (file)
@@ -514,6 +514,10 @@ static int winbindd_read_reply(struct winbindd_response *response)
                return -1;
        }
 
+       if (response->length < sizeof(struct winbindd_response)) {
+               return -1;
+       }
+
        /* We actually send the pointer value of the extra_data field from
           the server.  This has no meaning in the client's address space
           so we clear it out. */