Commit 597425b
authored
eds: fix crash for invalid configuration (#39083)
There was missing error handling when this code was changed to not use
execeptions. The `info_` pointer may be nullptr if the `creation_status`
is not succesful, which is dereferenced to get a stats scope.
Risk Level: Low
Testing: Missing
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional [API
Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):]
Signed-off-by: Greg Greenway <[email protected]>1 parent 9fcb9a0 commit 597425b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments