fix system library error messages#449
Merged
tedjpoole merged 1 commit intoenvoyproxy:release/v1.35from Jan 14, 2026
Merged
Conversation
bc51d65 to
dbd6bd8
Compare
jwendell
approved these changes
Dec 16, 2025
Member
jwendell
left a comment
There was a problem hiding this comment.
LGTM, but I'll let the expert (@tedjpoole) to chime in.
@dgn BTW, were we supposed to expect changes in envoy tests? I mean all passed but I thought that, with this change, we'd need to revert some of the changes we made in Envoy due to the differences in error strings...
tedjpoole
requested changes
Dec 17, 2025
Contributor
tedjpoole
left a comment
There was a problem hiding this comment.
All good thanks, except some minor niggles. The only real functional change is ERR_reason_error_string() should return "unknown error" rather than a NULL if the reason code is unknown.
dbd6bd8 to
1a921d9
Compare
Contributor
Author
|
@tedjpoole thank you for the review, I made the changes, PTAL |
previously, we'd log a lot of "unknown" error messages. this should fix that. Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
1a921d9 to
c17ef5b
Compare
This was referenced Jan 15, 2026
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.
Commit Message: previously, we'd log a lot of "unknown" error messages. this should fix that.
Additional Description:
Risk Level: low
Testing: included
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]