<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div class="">Weird. Mind to try apply this one?<br></div>
</blockquote></div><br></div><div class="gmail_extra">I patched parasite.c by hand, not sure why git still throws that error.</div><div class="gmail_extra"><br></div><div class="gmail_extra">I get the following when doing crtools dump:</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">pie: Error (pie/parasite.c:101): Wrong len:<br></div><div class="gmail_extra"><div class="gmail_extra">Nothing prints appears after &quot;Wrong len:&quot; <br></div>
<div class="gmail_extra"><br></div><div>If I change the pr_err line from %i to %d I get:</div><div class="gmail_extra">pie: Error (pie/parasite.c:104): Wrong len: -1809821696</div><div class="gmail_extra"><br></div><div class="gmail_extra">
So I added the following line:<br></div><div>pr_err(&quot;Error, len:%i left_pages:%i PAGE_SIZE:%lu\n&quot;, d, left_pages, PAGE_SIZE);<br></div><div><br></div><div>And I get:</div><div><div>pie: Error (pie/parasite.c:101): Error, len: left_pages: PAGE_SIZE:</div>
</div><div><br></div><div><br></div><div><br></div><div><br></div></div></div>