Hello,
I have a problem with compilation of Pluto in my container (I use a special docker in our labo (devcontainer)).
This problem is exactly in the step of : make test, the screen displays this message:
root@d10d29c13840:/workspace/pluto-0.11.4# make test
./test.sh --silent --lastwriter
test/jacobi-1d-imper.c
*** buffer overflow detected **: terminated
./polycc: line 54: 49374 Aborted (core dumped) $pluto $
Failed test/jacobi-1d-imper.c!
test/jacobi-2d-imper.c
*** buffer overflow detected ***: terminated
....
this message is repeated until the end of tests.
Thanks