ssl_verify_test: clang-analyzer fix to account for null sni_name#8462
Merged
traeak merged 1 commit intoapache:masterfrom Oct 27, 2021
Merged
ssl_verify_test: clang-analyzer fix to account for null sni_name#8462traeak merged 1 commit intoapache:masterfrom
traeak merged 1 commit intoapache:masterfrom
Conversation
randall
approved these changes
Oct 27, 2021
Contributor
|
[approve ci autest] |
bneradt
approved these changes
Oct 27, 2021
bryancall
approved these changes
Oct 27, 2021
ezelkow1
pushed a commit
to ezelkow1/trafficserver
that referenced
this pull request
Nov 3, 2021
Contributor
|
Cherry-picked to v9.2.x |
Contributor
|
Thanks for the fix, please remember to mark for the appropriate release branches (10-Dev is not relevant here, since this is not a compatibility issue) |
zwoop
pushed a commit
that referenced
this pull request
Nov 18, 2021
(cherry picked from commit 9bbed6e)
moonchen
pushed a commit
to moonchen/trafficserver
that referenced
this pull request
Mar 17, 2022
* asf/9.2.x: Updated ChangeLog remove unused function (apache#8525) Adds autest to test error cases loading ssl_multicert.config (apache#8532) Set an appropriate callback function for OpenSSL3 (apache#8524) Eliminate unused code in LogObject. (apache#8541) Enable conf_remap_float test and remove special case for local config file (apache#8540) ssl_verify_test: clang-analyzer fix to account for nul sni_name (apache#8462) Updated ChangeLog
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.
clang-analyzer was upset due to a debug statement using a char* that could potentially be null. This should resolve the error.