Branch: refs/heads/master Home: https://github.com/OpenAMP/open-amp Commit: 7e6a6dacc568822e562da74203706d7efcc81a7a https://github.com/OpenAMP/open-amp/commit/7e6a6dacc568822e562da74203706d7ef... Author: Arnaud Pouliquen arnaud.pouliquen@foss.st.com Date: 2021-04-26 (Mon, 26 Apr 2021)
Changed paths: M lib/rpmsg/rpmsg_virtio.c
Log Message: ----------- rpmsg: fix variable overflow
The idx variable size is 16-bit. Add a cast to fix "expression may overflow" code analysis complain.
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@foss.st.com