Re: [Boost-bugs] [Boost C++ Libraries] #2022: Found crash of boost for characters ' * ' , ' a* ' , & " abc** "

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2022: Found crash of boost for characters ' * ' , ' a* ' , & " abc** "
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-07-11 16:21:32


#2022: Found crash of boost for characters ' * ' , ' a* ' , & " abc** "
-----------------------------------------+----------------------------------
  Reporter: md.salim.hussain_at_[hidden] | Owner: johnmaddock
      Type: Bugs | Status: closed
 Milestone: Boost 1.35.1 | Component: regex
   Version: Boost 1.34.0 | Severity: Showstopper
Resolution: invalid | Keywords:
-----------------------------------------+----------------------------------
Changes (by johnmaddock):

  * status: new => closed
  * resolution: => invalid

Comment:

 Neither "*" nor "abc**" are valid regular expressions: as a result
 Boost.Regex will throw a boost::regex_error exception. It's up to you to
 catch the exception, if you don't then the program *will* terminate with
 an uncaught exception error. This behaviour is intentional.

 HTH, John Maddock.

-- 
Ticket URL: <http://svn.boost.org/trac/boost/ticket/2022#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:58 UTC