Konstantin Maksimov

Results 3 issues of Konstantin Maksimov

When running demo https://github.com/antlr/antlr4/blob/master/runtime/Cpp/demo/Linux/main.cpp with some illegal input string (e.g. "\\\\\\\\") on s390x platform, segmentation fault happens at https://github.com/antlr/antlr4/blob/master/runtime/Cpp/runtime/src/Lexer.cpp#L75 during `_text = "";` assignment. Stacktrace: ``` (lldb) bt * thread...

This fixes the following istio proxy test on s390x: https://github.com/istio/proxy/blob/master/test/envoye2e/tcp_metadata_exchange/tcp_metadata_exchange_test.go Resolves https://github.com/proxy-wasm/proxy-wasm-cpp-host/issues/294

After we had introduced big-endian support in proxy-wasm https://github.com/proxy-wasm/proxy-wasm-cpp-host/pull/198 and fixed https://github.com/proxy-wasm/proxy-wasm-cpp-host/issues/197 the following new error started happening (regression of https://github.com/proxy-wasm/proxy-wasm-cpp-host/pull/198): tcp_metadata_exchange test from proxy repo fails on big-endian platform...