<meta charset="utf-8"><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">FYI this is fixed on HEAD and on the Branches.</span><br><br><div class="gmail_quote">
On Mon, Apr 12, 2010 at 8:30 AM, Dave Partyka <span dir="ltr"><<a href="mailto:dave.partyka@kitware.com">dave.partyka@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
This looks reasonable I'll try and sneak it in.<div><div></div><div class="h5"><br><br><div class="gmail_quote">On Sun, Apr 11, 2010 at 2:52 PM, Pavel Pokutnev <span dir="ltr"><<a href="mailto:pavel.pokutnev@googlemail.com" target="_blank">pavel.pokutnev@googlemail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello vtk-developers,<br>
<div><div></div><div><br>
FYI: I just submitted a bug, that causes a crash due to buffer overflow.<br>
<br>
There is a missing cast operator in vtkImageAccumulate.cxx line 222.<br>
<br>
The line:<br>
    sumSqr[idxC] += (*subPtr * *subPtr);<br>
should be:<br>
    sumSqr[idxC] += (static_cast<double>(*subPtr) * (*subPtr));<br>
<br>
Bug Tracker link:<br>
<a href="http://public.kitware.com/Bug/view.php?id=10534" target="_blank">http://public.kitware.com/Bug/view.php?id=10534</a><br>
<br>
I hope the fix can be made until VTK 5.6 release.<br>
<br>
Best regards!<br>
</div></div><div><div></div><div>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
<br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br>