mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-06-05 21:15:20 +00:00
bb85af5567
Multiple nested greedy quantifiers can cause to increase complexity of the regular expression so that the matching in the cmock_header_parser would take multiple minutes. Fixed by removing one of the quantifiers that seems not to be needed.