diff options
author | Mariano Lopez <mariano.lopez@linux.intel.com> | 2015-09-28 12:49:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-29 15:15:48 +0100 |
commit | 9f25f723828d6709aad581267ccc63d2ade1ff5c (patch) | |
tree | 42ecf164f8b67961b962c1d2b8988a1b6b90f620 /meta/recipes-extended/sudo | |
parent | 3bf5204315fedc586fdf641583cfdb2c1a78c5c0 (diff) | |
download | openembedded-core-9f25f723828d6709aad581267ccc63d2ade1ff5c.tar.gz openembedded-core-9f25f723828d6709aad581267ccc63d2ade1ff5c.tar.bz2 openembedded-core-9f25f723828d6709aad581267ccc63d2ade1ff5c.zip |
qemurunner: Sanitize output from qemu and qemu pid
Currently the output from qemu could contain control
or Unicode characters; having such characters in the
log will cause an internal server error when sending
the report to error reporting web. Control characters
can be found in the command line used to run quemu too.
This change sanitize the output from qemu and the
command line used to run qemu, this way the logs doesn't
contain control or Unicode characters and this will solve
the issue of error reporting web and generate better
logs.
The only Unicode character found in the qemu output
is the copyright symbol, it really doesn't interfer
removing Unicode characters with debugging.
[YOCTO #8225]
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sudo')
0 files changed, 0 insertions, 0 deletions