Skip to content

Commit

Permalink
DO NOT MERGE: Poison re2
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jun 2, 2024
1 parent e1600ce commit bf7e733
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/duckdb/third_party/re2/re2/re2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ int RE2::Options::ParseFlags() const {
}

void RE2::Init(const StringPiece& pattern, const Options& options) {
abort();

static std::once_flag empty_once;
std::call_once(empty_once, []() {
(void) new (empty_storage) EmptyStorage;
Expand Down

0 comments on commit bf7e733

Please sign in to comment.