Opened 12 years ago

Closed 12 years ago

#5462 closed Patches (fixed)

regex: Fix up code that uses exceptions

Reported by: carl.simonson@… Owned by: John Maddock
Milestone: To Be Determined Component: regex
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

Some places in the boost::regex library did not safely guard uses of exceptions with checks to see if exceptions were enabled.

See attached patch for a fix.

Attachments (2)

regex-no-exceptions.patch (3.4 KB ) - added by carl.simonson@… 12 years ago.
regex-no-exceptions.2.patch (3.5 KB ) - added by carl.simonson@… 12 years ago.
Updated patch

Download all attachments as: .zip

Change History (3)

by carl.simonson@…, 12 years ago

Attachment: regex-no-exceptions.patch added

by carl.simonson@…, 12 years ago

Attachment: regex-no-exceptions.2.patch added

Updated patch

comment:1 by John Maddock, 12 years ago

Resolution: fixed
Status: newclosed

(In [71240]) Apply patches from #5462. Add new test case to verify patches are actually working and prevent future breakage! Fixes #5462.

Note: See TracTickets for help on using tickets.