Re: [PATCH] telemetry: fix autotest failures on Alpine

2023-03-13 Thread Bruce Richardson
On Fri, Mar 10, 2023 at 11:08:32AM -0800, Stephen Hemminger wrote: > On Fri, 10 Mar 2023 18:18:36 + > Bruce Richardson wrote: > > > On Alpine linux, the telemetry_data_autotest was failing for the > > test where we had dictionaries embedded in other dictionaries up > > to three levels deep. I

Re: [PATCH] telemetry: fix autotest failures on Alpine

2023-03-10 Thread Stephen Hemminger
On Fri, 10 Mar 2023 18:18:36 + Bruce Richardson wrote: > On Alpine linux, the telemetry_data_autotest was failing for the > test where we had dictionaries embedded in other dictionaries up > to three levels deep. Indications are that this issue is due to > excess data being stored on the stac

[PATCH] telemetry: fix autotest failures on Alpine

2023-03-10 Thread Bruce Richardson
On Alpine linux, the telemetry_data_autotest was failing for the test where we had dictionaries embedded in other dictionaries up to three levels deep. Indications are that this issue is due to excess data being stored on the stack, so replace stack-allocated buffer data with dynamically allocated