Skip to content
Snippets Groups Projects
Commit e58a0e9b authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

CHOP-753: Defend against boost::regex exceptions.

(per Monty code review)
Explain why we intentionally don't suppress exceptions from boost::regex
objects constructed with string literals. Catch std::runtime_error from
boost::regex_search() and boost::regex_match(); log and return false.
parent 4e235503
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment