Re: [PATCH] app/test: fix stack overflow in lpm6_perf_autotest

2024-12-13 Thread Stephen Hemminger
On Fri, 13 Dec 2024 10:22:20 + "Medvedkin, Vladimir" wrote: > Hi Andre, > > On 13/12/2024 02:39, Andre Muezerie wrote: > > Test lpm6_perf_autotest was hitting a stack overflow on Windows > > with both MSVC and Clang. > > > > The fix is to move some of the data from the stack to the heap. > >

Re: [PATCH] app/test: fix stack overflow in lpm6_perf_autotest

2024-12-13 Thread Andre Muezerie
On Fri, Dec 13, 2024 at 10:22:20AM +, Medvedkin, Vladimir wrote: > Hi Andre, > > On 13/12/2024 02:39, Andre Muezerie wrote: > >Test lpm6_perf_autotest was hitting a stack overflow on Windows > >with both MSVC and Clang. > > > >The fix is to move some of the data from the stack to the heap. > >

Re: [PATCH] app/test: fix stack overflow in lpm6_perf_autotest

2024-12-13 Thread Medvedkin, Vladimir
Hi Andre, On 13/12/2024 02:39, Andre Muezerie wrote: Test lpm6_perf_autotest was hitting a stack overflow on Windows with both MSVC and Clang. The fix is to move some of the data from the stack to the heap. Signed-off-by: Andre Muezerie --- app/test/test_lpm6_perf.c | 11 +-- 1 fil