oss-fuzz/projects/envoy
Adi (Suissa) Peleg 366da3eb14
Envoy: remove memory sanitizer (#9742)
In PR #9719 I accidentally added the memory sanitizer, which brakes the
oss-fuzz build:
```
Step #23 - "compile-libfuzzer-memory-x86_64": ld.lld: error: undefined symbol: __msan_param_tls
Step #23 - "compile-libfuzzer-memory-x86_64": >>> referenced by gtest-internal.h:522 (external/com_google_googletest/googletest/include/gtest/internal/gtest-internal.h:522)
Step #23 - "compile-libfuzzer-memory-x86_64": >>>               bazel-out/k8-fastbuild-ST-d2373e19ffe2/bin/test/common/router/_objs/config_impl_test_lib/config_impl_test.pic.o:(testing::internal::SuiteApiResolver<Envoy::Router::(anonymous namespace)::RouteMatcherTest>::GetSetUpCaseOrSuite(char const*, int))
Step #23 - "compile-libfuzzer-memory-x86_64": >>> referenced by gtest-internal.h:543 (external/com_google_googletest/googletest/include/gtest/internal/gtest-internal.h:543)
Step #23 - "compile-libfuzzer-memory-x86_64": >>>               bazel-out/k8-fastbuild-ST-d2373e19ffe2/bin/test/common/router/_objs/config_impl_test_lib/config_impl_test.pic.o:(testing::internal::SuiteApiResolver<Envoy::Router::(anonymous namespace)::RouteMatcherTest>::GetTearDownCaseOrSuite(char const*, int))
Step #23 - "compile-libfuzzer-memory-x86_64": >>> referenced by gtest-internal.h:522 (external/com_google_googletest/googletest/include/gtest/internal/gtest-internal.h:522)
Step #23 - "compile-libfuzzer-memory-x86_64": >>>               bazel-out/k8-fastbuild-ST-d2373e19ffe2/bin/test/common/router/_objs/config_impl_test_lib/config_impl_test.pic.o:(testing::internal::SuiteApiResolver<Envoy::Router::(anonymous namespace)::HeaderTransformsDoFormattingTest>::GetSetUpCaseOrSuite(char const*, int))
Step #23 - "compile-libfuzzer-memory-x86_64": >>> referenced 377754 more times
```

This PR keeps the address and undefined sanitizer.

Signed-off-by: Adi Suissa-Peleg <adip@google.com>
2023-02-17 12:29:51 -08:00
..
Dockerfile Don't use centipede's install script (#8870) 2022-10-26 18:52:22 -04:00
build.sh envoy: fixing build path after Envoy-Mobile was added (#9077) 2022-11-28 01:12:03 -08:00
project.yaml Envoy: remove memory sanitizer (#9742) 2023-02-17 12:29:51 -08:00