ssl: update BoringSSL to ae9f0616 (3202).#1881
Merged
mattklein123 merged 2 commits intoenvoyproxy:masterfrom Oct 17, 2017
Merged
ssl: update BoringSSL to ae9f0616 (3202).#1881mattklein123 merged 2 commits intoenvoyproxy:masterfrom
mattklein123 merged 2 commits intoenvoyproxy:masterfrom
Conversation
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
ggreenway
reviewed
Oct 17, 2017
| // for (const GENERAL_NAME* san : *san_names) { | ||
| for (size_t i = 0; i < sk_GENERAL_NAME_num(san_names.get()); i++) { | ||
| const GENERAL_NAME* san = sk_GENERAL_NAME_value(san_names.get(), i); | ||
| for (const GENERAL_NAME* san : san_names.get()) { |
Contributor
Author
There was a problem hiding this comment.
Sigh, I have to revert that, since new BoringSSL isn't in the build image yet.
New BoringSSL is not installed into the build image just yet. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
mattklein123
approved these changes
Oct 17, 2017
Copilot AI
added a commit
that referenced
this pull request
Apr 30, 2026
…P alert #1881 Agent-Logs-Url: https://github.com/envoyproxy/envoy/sessions/1a58adf5-6945-42ed-a136-287eaf4bfd4a Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
This was referenced Apr 30, 2026
Closed
Copilot AI
added a commit
that referenced
this pull request
May 1, 2026
…tives (alert #1881) Agent-Logs-Url: https://github.com/envoyproxy/envoy/sessions/d959fb91-3782-4d07-af80-e2dfbf798f50 Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
phlax
added a commit
that referenced
this pull request
May 1, 2026
this is a good idea anyway (surprised it works unpacking where it does) hopefully finally fix libc++ false positives (alert #1881) cleanup previous attempts Signed-off-by: Ryan Northey <ryan@synca.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.