<p dir="ltr"><br>
On Oct 17, 2015 17:34, "Lubomir I. Ivanov" <<a href="mailto:neolit123@gmail.com">neolit123@gmail.com</a>> wrote:<br>
><br>
> 1017b090: 80 39 00             cmpb   $0x0,(%ecx)  <---------<br>
><br>
> to me, that closely resembles a NULL pointer check.</p>
<p dir="ltr">No, that's a byte compare, so it's just looking for the terminating zero in the string. </p>
<p dir="ltr">Looks like something passed in an invalid string to me, but I have no idea how to debug under windows.</p>
<p dir="ltr">    Linus</p>