Loading system/stack/sdp/sdp_discovery.c +1 −1 Original line number Diff line number Diff line Loading @@ -385,7 +385,7 @@ static void sdp_copy_raw_data (tCONN_CB *p_ccb, BOOLEAN offset) type = *p++; p = sdpu_get_len_from_type (p, type, &list_len); } if(list_len && list_len < cpy_len ) if(list_len < cpy_len ) { cpy_len = list_len; } Loading Loading
system/stack/sdp/sdp_discovery.c +1 −1 Original line number Diff line number Diff line Loading @@ -385,7 +385,7 @@ static void sdp_copy_raw_data (tCONN_CB *p_ccb, BOOLEAN offset) type = *p++; p = sdpu_get_len_from_type (p, type, &list_len); } if(list_len && list_len < cpy_len ) if(list_len < cpy_len ) { cpy_len = list_len; } Loading