Home
last modified time | relevance | path

Searched hist:ba21727aedc8a78afa62405a97d91a69f0139416 (Results 1 – 1 of 1) sorted by relevance

/optee_os/lib/libutee/
H A Dtrace_ext.cba21727aedc8a78afa62405a97d91a69f0139416 Fri Sep 01 09:18:21 UTC 2017 Jerome Forissier <jerome.forissier@linaro.org> libutee: printf() fix: remove newline added by mistake

puts() was recently modified [1] to always add a trailing newline (\n).
This change has broken printf() which uses puts() internally.

Fix the issue by calling trace_ext_puts() instead.

Fixes: 6246cc9d957c ("libutee: puts(): add trailing newline")
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>