GNOME Bugzilla – Bug 674543
Heal tool reads garbage values from solution matrix
Last modified: 2013-12-08 13:58:12 UTC
Created attachment 212523 [details] [review] Patch. In the heal tool, the black checkers of the left hand edge of the solution matrix aren't currently being assigned a value. Attached is a (trivial) patch that solves the issue. It might explain the corruption described here (although I was never really able to reproduce the issue): https://mail.gnome.org/archives/gimp-developer-list/2012-April/msg00122.html Also, it seems that this fixes the corruption in the proposed patch for bug 568098. (That patch is attachment 184900 [details] [review]).
Tested, confirmed and committed. commit 2920344524aa358c589897c39b0438cc99817b04 Author: Michael Henning <mikehenning@eclipse.net> Date: Sat Apr 21 15:59:42 2012 -0400 app: Prevent uninitialized values in the heal tool. Previously, the black checkers of the left hand edge of the solution matrix were not being assigned a value.