commit | 93e9324431c9628224886f979dcd59d377b0818a | [log] [tgz] |
---|---|---|
author | Bjorn Andersson <bjorn.andersson@linaro.org> | Tue Oct 18 17:23:44 2016 -0700 |
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | Mon Oct 31 15:44:57 2016 -0700 |
tree | 20d499731182c99deb2be6dfbfdac66b5e201429 | |
parent | bbd188092e3bd7536583b37e7d7d2e38a65de74d [diff] |
rpmsg: Handle invalid parameters in public API There are two cases of possible uninitialized pointer usage in the API, either the parameters themselves are invalid or we're trying to jump to functions not required to be implemented by all backends. Suggested-by: Loic Pallardy <loic.pallardy@st.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>