Opened 6 years ago
#12361 new Bugs
in string_parse_tree one constructor does not initialize m_value
Reported by: | Owned by: | az_sw_dude | |
---|---|---|---|
Milestone: | To Be Determined | Component: | date_time |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: |
Description
This will lead to undefined behavior. The constructor:
string_parse_tree(collection_type names, unsigned int starting_point=0)
is at fault here and needs to be fixed. Identified by coverity and appears to be present in the development trunk.
Note:
See TracTickets
for help on using tickets.