I'm on Windows10/cygwin64/gcc9.3.0 and I got a segfault when running g722 tests. I traced it down to this line in the ```saturate``` function. https://github.com/openitu/STL/blob/08571c1d207b4705b2787cf3cc78a7c7fdd4f6a0/src/basop/basop32.c#L192 What could be the cause?
I'm on Windows10/cygwin64/gcc9.3.0 and I got a segfault when running g722 tests. I traced it down to this line in the
saturatefunction.STL/src/basop/basop32.c
Line 192 in 08571c1
What could be the cause?