You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Rationale for this change
RE2 construction needs to be checked.
### What changes are included in this PR?
Check all RE2 object status.
### Are these changes tested?
Tested with existing tests.
### Are there any user-facing changes?
No.
* Closes: #33723
Authored-by: Jin Shang <shangjin1997@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
…33806)
### Rationale for this change
RE2 construction needs to be checked.
### What changes are included in this PR?
Check all RE2 object status.
### Are these changes tested?
Tested with existing tests.
### Are there any user-facing changes?
No.
* Closes: apache#33723
Authored-by: Jin Shang <shangjin1997@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Describe the enhancement requested
re2::RE2::RE2()
may be failed. We should check there2::RE2::RE2()
result withre2::RE2::ok()
.For example:
Gandiva also doesn't check
re2::RE2::RE2()
result.If
re2::RE2::RE2()
is failed, a program is crashed like #25633 .Component(s)
C++, C++ - Gandiva
The text was updated successfully, but these errors were encountered: