mirror of https://github.com/thesofproject/sof.git
5116f070c2
Cppcheck is complaining that we are running a 32bit int off the end. This shouldn't happen here in any arch. Looking at the math and comments, it looks like idx should be a 64 type or cast to a larger container before the bit shift. Therefore I am enforcing a strict type on it. Signed-off-by: Curtis Malainey <cujomalainey@chromium.org> |
||
---|---|---|
.github | ||
doc | ||
installer | ||
keys | ||
rimage@d1f91efdc1 | ||
scripts | ||
smex | ||
src | ||
test | ||
tools | ||
zephyr | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
CMakeLists.txt | ||
CODEOWNERS | ||
Kconfig | ||
LICENCE | ||
README.md |
README.md
Sound Open Firmware
Status
Documentation
See docs
Running the tests
See unit testing documentation
Deployment
TODO: Add additional notes about how to deploy this on a live system
Contributing
See Contributing to the Project
License
This project is licensed under the BSD Clause 3 - see the LICENCE file for details