Skip to content

Commit f159b42

Browse files
committed
DO NOT MERGE: Poison re2
1 parent 6bb56e4 commit f159b42

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
@@ -165,6 +165,8 @@ int RE2::Options::ParseFlags() const {
165165
}
166166

167167
void RE2::Init(const StringPiece& pattern, const Options& options) {
168+
abort();
169+
168170
static std::once_flag empty_once;
169171
std::call_once(empty_once, []() {
170172
empty_string = new std::string;

0 commit comments

Comments
 (0)