Opened 11 years ago

Closed 11 years ago

#6083 closed Bugs (fixed)

Illegal Derefence

Reported by: Antony Polukhin Owned by: Antony Polukhin
Milestone: To Be Determined Component: lexical_cast
Version: Boost Release Branch Severity: Regression
Keywords: Cc:

Description

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 (1)

comment:1 by Antony Polukhin, 11 years ago

Resolution: fixed
Status: newclosed

(In [75411]) Fixes #6083 Merge from trunk

Note: See TracTickets for help on using tickets.