Hi Marcel, On Tue, Jan 8, 2013 at 3:13 PM, Marcel Holtmann <marcel@xxxxxxxxxxxx> wrote: >> diff --git a/lib/sdp.c b/lib/sdp.c >> index ca474cd..b87f392 100644 >> --- a/lib/sdp.c >> +++ b/lib/sdp.c >> @@ -1176,7 +1176,7 @@ static sdp_data_t *extract_str(const void *p, int bufsize, int *len) >> } >> n = bt_get_be16(p); >> p += sizeof(uint16_t); >> - *len += sizeof(uint16_t) + n; >> + *len += sizeof(uint16_t); > > I do not get this fix. Isn't this str8 and url8 part wrong? On the same function, next to the return, there is: *len += n; This is why STR8/URL8 actually are okay. For STR16 the "n" part is added twice due to the snippet I change in this patch. Regards, -- Anderson Lizardo Instituto Nokia de Tecnologia - INdT Manaus - Brazil -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html