Re: [PATCH v3 0/5] telemetry: remove variable length arrays

2023-05-24 Thread Thomas Monjalon
05/04/2023 18:03, Bruce Richardson: > This patchset introduces a series of changes to remove variable-length > arrays from the telemetry code. The first patch replaces a VLA with > malloc memory for the serialization of the json objects contained within > the main response object, which fixes a cra

[PATCH v3 0/5] telemetry: remove variable length arrays

2023-04-05 Thread Bruce Richardson
This patchset introduces a series of changes to remove variable-length arrays from the telemetry code. The first patch replaces a VLA with malloc memory for the serialization of the json objects contained within the main response object, which fixes a crash observed on alpine linux. Subsequent pat