<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Division by 0 at Function.cc:1626"
href="https://bugs.freedesktop.org/show_bug.cgi?id=101500#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Division by 0 at Function.cc:1626"
href="https://bugs.freedesktop.org/show_bug.cgi?id=101500">bug 101500</a>
from <span class="vcard"><a class="email" href="mailto:foca@salesforce.com" title="foca@salesforce.com <foca@salesforce.com>"> <span class="fn">foca@salesforce.com</span></a>
</span></b>
<pre>A similar bug exists a few lines below at Function.cc:1662
1659 case psOpMod:
1660 i2 = stack->popInt();
1661 i1 = stack->popInt();
1662 stack->pushInt(i1 % i2);
1663 break;
Again a solution could be just to check if i2 is different than 0.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>