Hi Sunil, On Tue, Jan 10, 2012, Sunil Kumar Behera wrote: > Issue: As reported by static code analyzer (Coverity), if > buffer is NULL and aparams is not NULL, then buffer gets > dereferenced in string_read function. > Fix: Application parameter is allocated only if maxlistcount > is zero during phonebooksize request and buffer is allocated > in case of pull phonebook request, hence modify logic to avoid > application parameter check, as it is tightly coupled with > maxlistcount. > --- > plugins/pbap.c | 9 +++++---- > 1 files changed, 5 insertions(+), 4 deletions(-) Applied. Thanks. Johan -- 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