-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set release managers as CODEOWNERS for release-1.7 #239
Conversation
/retest |
/retest |
At a quick glance the ASAN test failure in dns_filter_integration_test is in libc++. FWIW, all *SAN tests should be used with appropriately instumented libc, but that will increase CI memory usage. |
It appears that the 1.7 branch is missing the recent CI-related fixes for tsan tests (envoyproxy#12134), which should at least resolve tsan flakes (vhds_integration_test is one). |
I have cherry-picked that PR into 1.7, let's see if that fixes the issues: #241 |
It's ASan that's failing here, so TSan fix won't fix it. |
that's right. I closed it. |
f9ed575
to
bf8043f
Compare
…io#239) Fix for CVE-2021-28683 (crash when peer sends an SSL Alert with an unknown code) Signed-off-by: Greg Greenway <[email protected]> Co-authored-by: Christoph Pakulski <[email protected]> Signed-off-by: Tony Allen <[email protected]>
…io#239) Fix for CVE-2021-28683 (crash when peer sends an SSL Alert with an unknown code) Signed-off-by: Greg Greenway <[email protected]> Co-authored-by: Christoph Pakulski <[email protected]> Signed-off-by: Tony Allen <[email protected]>
No description provided.