Hi Vikram, On Mon, Jun 16, 2014, Vikrampal Yadav wrote: > NULL pointer check added to handle memory allocation > failure scenarios. > --- > src/sdp-xml.c | 16 +++++++++++++++- > src/sdpd-database.c | 4 ++++ > 2 files changed, 19 insertions(+), 1 deletion(-) Thanks. The patch has now been applied (after one more tiny coding-style improvement). One thing that I'm surprised you didn't send another patch for is that this patch exposes two missing NULL checks for the calls to the sdp_xml_parse_string_decode() function. You should have seen those if you were compiling the source tree with ./bootstrap-configure, or at least with --enable-maintainer-mode. Please do that for all future patch submissions. For this time I went ahead and applied an extra patch to fix these missing checks. 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