> * tests/test-dynarray.c (value_at): Avoid undefined behavior > in signed integer multiplication.
Thanks. Indeed with N=100000 the multiplication would overflow. If I had used CC="gcc -ftrapv", I would have noticed. Bruno
> * tests/test-dynarray.c (value_at): Avoid undefined behavior > in signed integer multiplication.
Thanks. Indeed with N=100000 the multiplication would overflow. If I had used CC="gcc -ftrapv", I would have noticed. Bruno