Skip to content
Commit ca542764 authored by Sarannya S's avatar Sarannya S Committed by Gerrit - the friendly Code Review server
Browse files

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: default avatarSarannya S <quic_sarannya@quicinc.com>
parent ce99fe71
Please register or to comment