Open jasc7636 opened 4 years ago
Fixed non Null terminated string and a return type. This fixes a problem resulting in a segfault when compiled with g++ version 9.3.0 and 10.2.0 using the -O3 flag as suggested in the makefile.
-O3
Fixed non Null terminated string and a return type. This fixes a problem resulting in a segfault when compiled with g++ version 9.3.0 and 10.2.0 using the
-O3
flag as suggested in the makefile.