Send error code for an SDP request received with an invalid PDU Size --- src/sdpd-request.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/sdpd-request.c b/src/sdpd-request.c index d56ffc2..cc9fe82 100644 --- a/src/sdpd-request.c +++ b/src/sdpd-request.c @@ -367,7 +367,7 @@ static int service_search_req(sdp_req_t *req, sdp_buf_t *buf) mlen = scanned + sizeof(uint16_t) + 1; // ensure we don't read past buffer if (plen < mlen || plen != mlen + *(uint8_t *)(pdata+sizeof(uint16_t))) { - status = SDP_INVALID_SYNTAX; + status = SDP_INVALID_PDU_SIZE; goto done; } -- 1.7.0.2 -- Angela Bartholomaus Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. -- 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