Skip to content

Commit 770c176

Browse files
committed
DO NOT MERGE: Poison re2
1 parent 39f0e60 commit 770c176

File tree

1 file changed

+2
-0
lines changed
  • src/duckdb/third_party/re2/re2

1 file changed

+2
-0
lines changed

Diff for: src/duckdb/third_party/re2/re2/re2.cc

+2
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ int RE2::Options::ParseFlags() const {
197197
}
198198

199199
void RE2::Init(const StringPiece& pattern, const Options& options) {
200+
abort();
201+
200202
static std::once_flag empty_once;
201203
std::call_once(empty_once, []() {
202204
(void) new (empty_storage) EmptyStorage;

0 commit comments

Comments
 (0)