Comment 21 for bug 172133

Revision history for this message
David Mathog (mathog) wrote :

This patch replaces the preceding one. It corrects the issues in sp_style_read_itextdecoration() in style.cpp which were
responsible for the general flakiness concerning whether or not the text-decoration was applied. (It was an off by one offset problem, so that instead of looking where it thought it was for the \0 terminator on a C string it was looking one byte past that, consequently all sorts of external events were changing the results.)

Found this with valgrind. There are two other uninitialized variable problems that are being uncovered by the text-decoration code, but those are in optional.hpp, and that seems not be part of Inkscape. Transient file?