Re: [PATCH] telemetry: fix JSON string formatter

2023-05-25 Thread Thomas Monjalon
25/05/2023 10:30, Bruce Richardson: > On Thu, May 25, 2023 at 09:20:35AM +0200, David Marchand wrote: > > For large strings, we were incorrectly copying uninitialised data to the > > output buffer. > > Restore previous code. > > > > Fixes: a515b7204e28 ("telemetry: remove VLA in JSON string format

Re: [PATCH] telemetry: fix JSON string formatter

2023-05-25 Thread Bruce Richardson
On Thu, May 25, 2023 at 09:20:35AM +0200, David Marchand wrote: > For large strings, we were incorrectly copying uninitialised data to the > output buffer. > Restore previous code. > > Fixes: a515b7204e28 ("telemetry: remove VLA in JSON string formatter") > > Signed-off-by: David Marchand > ---