commit | 626b904ebbe133db50ffa450c614a4eb24661573 | [log] [tgz] |
---|---|---|
author | Sarannya S <quic_sarannya@quicinc.com> | Wed Dec 28 11:12:04 2022 +0530 |
committer | Alexander Martinz <amartinz@shiftphones.com> | Wed Oct 25 08:03:31 2023 +0200 |
tree | d1720ff38a87deadd3d5e17bbfa3219e5d26bb24 | |
parent | 76b3ae092d1b295d57ae8bbe5888f80733ceb720 [diff] |
net: ipc_router: Add bounds check on tx path Add bounds check on values read from shared memory in the tx path. In cases where the VM is misbehaving, the ipcrtr fifo xport should exit and print a warning when bogus values may cause out of bounds to be read. Change-Id: I2d219b36a4d7ddb137f232f47f4fe2e662add98d Signed-off-by: Sarannya S <quic_sarannya@quicinc.com>