Opened 11 years ago
Closed 11 years ago
#6104 closed Bugs (duplicate)
Illegal Derefence
Reported by: | Owned by: | Antony Polukhin | |
---|---|---|---|
Milestone: | To Be Determined | Component: | lexical_cast |
Version: | Boost 1.48.0 | Severity: | Showstopper |
Keywords: | Cc: |
Description
For the record...
This does an illegal dereference in boost\lexical_cast.hpp(1357): if ( Traits::eq(minus,*start) )
#include <boost/lexical_cast.hpp> #include <boost/range/iterator_range.hpp> int main() { boost::iterator_range<const char*> v; boost::lexical_cast<int>(v); }
Change History (3)
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
comment:3 by , 11 years ago
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Duplicates ticket #6083