-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Fix a MSAN issue in ext_authz due to max_request_bytes_ change #31897
Fix a MSAN issue in ext_authz due to max_request_bytes_ change #31897
Conversation
Signed-off-by: Yanjun Xiang <[email protected]>
/assign @agrawroh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Is it worth adding a unit test?
This change just initialize a variable to the default value. Not sure what test we need to add. |
…proxy#31897) Signed-off-by: Yanjun Xiang <[email protected]> Signed-off-by: Ryan Northey <[email protected]>
backport added in #32211 @ravenblackx does this need to be backported further? |
Description says the problem was introduced in #31437 which is not on any earlier branches, so I think 1.29 is far enough. |
thanks - apologies for stupid qs - i was going through backports quickly we should probably use some convention like |
Signed-off-by: Yanjun Xiang <[email protected]> Signed-off-by: Ryan Northey <[email protected]>
There is a MSAN issue in ext_authz due to recently commit: #31437.
The error indicates use-of-uniniialized value of max_request_bytes_.
Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]