Skip to content

Commit

Permalink
Fix ASAN error in ext_authz tests (envoyproxy#31967)
Browse files Browse the repository at this point in the history
Signed-off-by: Yan Avlasov <[email protected]>
  • Loading branch information
yanavlasov authored Jan 23, 2024
1 parent 419e736 commit e6fdcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/extensions/filters/http/ext_authz/ext_authz.h
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ class Filter : public Logger::Loggable<Logger::Id::ext_authz>,

// This is used to hold the final configs after we merge them with per-route configs.
bool allow_partial_message_{};
uint32_t max_request_bytes_;
uint32_t max_request_bytes_{};

// Used to identify if the callback to onComplete() is synchronous (on the stack) or asynchronous.
bool initiating_call_{};
Expand Down

0 comments on commit e6fdcf1

Please sign in to comment.