In the call to QDF_TRACE_HEX_DUMP in extract_ndp_ind_tlv(), the buffer, event->ndp_cfg is dereferenced an additional time and then read the length number of bytes in hex_dump_to_buffer, resulting in an OOB read. As WMI logging is already enabled, remove the hex dump. Change-Id: I1ebe2469a6bb2baefc76980405d97700c1c57b5c CRs-Fixed: 2336856