Skip to content

bluetooth: Do not attempt decoding too short faststream packet data

Looks like sbc_decode() would seldom access more than specified input length bytes from input buffer if input length is less than expected frame size.

Fix potential access past allocated memory by checking if input contains complete frame before calling sbc_decode()

Merge request reports