Martin Hurton <hurtonm <at> gmail.com> writes:

> Just curious, what OS and C library are you using?
> 
> I think we should check for NULL pointers even when n is zero.
> Could you please create a pull request so we can merge this? Thanks.
> 
> - Martin
> 


I saw the same thing in a debug build in Windows 7 with VC++ 2010. The 
offending crash happens only because the iterator debug check in the xstring 
header wants to avoid the dereferencing of indexes beyond the valid length of 
an stl string. It would not normally be seen in an unchecked build.

_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to