Roelof DuToit

Results 3 issues of Roelof DuToit

Static analysis on Inja version 3.4.0 with clang-tidy fails on the following (sanitized code): ``` inja/parser.hpp:626:5: error: Address of stack memory associated with local variable 'result' is still referred to...

Commit Message: Fix for heap-use-after-free issue in Envoy::Tcp::ConnPoolImpl::onPoolReady (see #34055) Risk Level: Low

*Description*: When we test our Envoy-based application with ASAN enabled we hit a heap-use-after-free error in `Envoy::Tcp::ConnPoolImpl::onPoolReady`. The `callbacks_` pointer seems to be dangling. Our assessment of the issue is...

bug
area/connection
area/upstream
area/asan