Re: [PATCH] test: fix 32 bit overflow in pcapng test

2024-07-29 Thread Thomas Monjalon
18/07/2024 21:07, Luca Boccassi: > On Thu, 18 Jul 2024 at 18:43, Stephen Hemminger > wrote: > > > > The conversion from seconds to nanoseconds in the pcapng test > > would overflow on 32 bit platforms leading to this test failing. > > > > Reported-by: Luca Boccassi > > Signed-off-by: Stephen Hemm

Re: [PATCH] test: fix 32 bit overflow in pcapng test

2024-07-18 Thread Luca Boccassi
On Thu, 18 Jul 2024 at 18:43, Stephen Hemminger wrote: > > The conversion from seconds to nanoseconds in the pcapng test > would overflow on 32 bit platforms leading to this test failing. > > Reported-by: Luca Boccassi > Signed-off-by: Stephen Hemminger > --- > app/test/test_pcapng.c | 2 +- >

[PATCH] test: fix 32 bit overflow in pcapng test

2024-07-18 Thread Stephen Hemminger
The conversion from seconds to nanoseconds in the pcapng test would overflow on 32 bit platforms leading to this test failing. Reported-by: Luca Boccassi Signed-off-by: Stephen Hemminger --- app/test/test_pcapng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/test