Opened 13 years ago
Closed 13 years ago
#3331 closed Bugs (fixed)
xml_archive_exception constructor does not initialize the 'code' member
Reported by: | Owned by: | Robert Ramey | |
---|---|---|---|
Milestone: | To Be Determined | Component: | serialization |
Version: | Boost 1.39.0 | Severity: | Problem |
Keywords: | Cc: |
Description
boost::archive::xml_archive_exception's constructor leaves the class' 'code' member uninitialized, causing a subsequent uninitialized memory read in what()
Note:
See TracTickets
for help on using tickets.
fixed on my system - next stop is the trunk