Loading lib/smb.c +17 −16 Original line number Diff line number Diff line Loading @@ -308,8 +308,9 @@ static CURLcode smb_recv_message(struct connectdata *conn, void **msg) if(smbc->got < sizeof(unsigned int)) return CURLE_OK; nbt_size = Curl_read16_be((const unsigned char *)(buf + sizeof(unsigned short))) + sizeof(unsigned int); nbt_size = Curl_read16_be((const unsigned char *) (buf + sizeof(unsigned short))) + sizeof(unsigned int); if(smbc->got < nbt_size) return CURLE_OK; Loading Loading
lib/smb.c +17 −16 Original line number Diff line number Diff line Loading @@ -308,8 +308,9 @@ static CURLcode smb_recv_message(struct connectdata *conn, void **msg) if(smbc->got < sizeof(unsigned int)) return CURLE_OK; nbt_size = Curl_read16_be((const unsigned char *)(buf + sizeof(unsigned short))) + sizeof(unsigned int); nbt_size = Curl_read16_be((const unsigned char *) (buf + sizeof(unsigned short))) + sizeof(unsigned int); if(smbc->got < nbt_size) return CURLE_OK; Loading