CC

Results 2 comments of CC

Sorry, I forget it. I build it according to [oss-fuzz](https://github.com/google/oss-fuzz/blob/master/projects/geos/build.sh) ###### reproduce ``` git apply ../patch.diff mkdir build cd build cmake -DBUILD_SHARED_LIBS=OFF .. make -j$(nproc) ``` This is the patch.diff...

I can reproduce it in the latest version. And I add the main() in the test program. 1. install the independence ``` apt-get install libc++-10-dev apt-get install libc++abi-10-dev ``` 2....