Opened 15 years ago
Closed 15 years ago
#1139 closed Bugs (fixed)
[iostreams] Regex filter segfaults when zero matches found
Reported by: | anonymous | Owned by: | Jonathan Turkanis |
---|---|---|---|
Milestone: | To Be Determined | Component: | iostreams |
Version: | Boost 1.34.1 | Severity: | Problem |
Keywords: | Cc: |
Description
This is transcribed from a users list posting: http://lists.boost.org/boost-users/2007/08/29988.php
he states:
The suffix pointer is used in a copy() after only having been initialized to NULL. There is a proposed patch attached to the above post, which I have attached below
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | regex.hpp.patch added |
---|
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
fixed in [42959] in boost/iostreams_dev, to be merged into trunk after testing