It is observed that Envoy crash in ASSERT() due to regex rewrite path string contains invalid character ' '. We should prohibit null characters , , in the regex rewrite substitution string. This is well guarded in most other cases like RouteAction:prefix_rewrite, but is missing in RouteAction:regex_rewrite:substitution. Signed-off-by: Yanjun Xiang <yanjunxiang@google.com> Mirrored from https://github.com/envoyproxy/envoy @ 23f3ee57b012e28aea0d6e7bdd6a991edd392741pull/626/head
parent
d852363a9e
commit
ac1d65886d
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue