On Mon, Mar 2, 2009 at 6:46 AM, hce <[email protected]> wrote: > The first statement in line 168 is: > > offset = it->first + count; where the offset, it->fist and count are > all uint32_t type, so what is the problem for it?
It might be a good idea to check whether the iterator 'it' is still valid and e.g. doesn't point to an already erased node. Bart. ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
