commit | 78e24848f6a2923f356d15d8751c644f94a39fd8 | [log] [tgz] |
---|---|---|
author | Alex Bennée <alex.bennee@linaro.org> | Thu May 30 15:35:14 2019 +0100 |
committer | Alex Bennée <alex.bennee@linaro.org> | Wed Jun 12 17:53:22 2019 +0100 |
tree | f9a6d5636870a08f820e9186ade7738dd656487f | |
parent | 3ace9be6d267b2f876ebb34096fe5d9b64a82d9a [diff] |
semihosting: split console_out into string and char versions This is ostensibly to avoid the weirdness of len looking like it might come from a guest and sometimes being used. While we are at it fix up the error checking for the arm-linux-user implementation of the API which got flagged up by Coverity (CID 1401700). Signed-off-by: Alex Bennée <alex.bennee@linaro.org>