Results 166 comments of Alex

Anyone from @goalgorilla/maintainers?

@pquentin Please see if this addresses your comment.

Depends... I was able to make it work with the `gcr.io/oss-fuzz-base/base-clang` docker image. It is not ideal because it is not the same image that is used in other regression...

I narrowed it down to https://github.com/google/oss-fuzz/blob/master/infra/base-images/base-clang/checkout_build_install_llvm.sh. It must be about building custom libcxx as described in https://github.com/google/sanitizers/wiki/MemorySanitizerLibcxxHowTo

Fixed with another commit

It is not that bad. https://github.com/PointCloudLibrary/pcl/pull/4299 didn't touch any memcpy in ply_io.cpp There are only 5 changes: one include, two trailing spaces removed and two memsets replaced with fills. But...