Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipm: cavs: Fix possible buffer overflow
A buffer overflow happens in send() when size is negative because it is promoted to signed when used in memcpy. Signed-off-by: Flavio Ceolin <[email protected]> (cherry picked from commit eeea26d)
- Loading branch information