Fix: tracer: utf16/32 gather types handling
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 15 May 2024 14:34:46 +0000 (10:34 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 15 May 2024 14:34:46 +0000 (10:34 -0400)
commit3e60053f60e9bed33361db7503b0a7876cf7b3aa
treeb515816a6c4ea1719606073a71edea9ef98e8e76
parente7c121920d566a83e2cb9e1e687f99e8ae308cb7
Fix: tracer: utf16/32 gather types handling

tracer_convert_string_to_utf8 should return the size of the input
(including null terminator) rather than the size of the utf8 output.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/tracer.c
This page took 0.022805 seconds and 4 git commands to generate.