diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-07-23 21:30:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-07-24 09:32:08 +0200 |
commit | 20bb79886de5b7e24b6796aaa9811153abda86c9 (patch) | |
tree | 6f40aee21ba2d88f098bbd5988a96baefbd2ce3e /svgio/inc | |
parent | f5930a2235b8a51b30b4ecf1640bf9a56adffe6b (diff) |
crashtesting: infinite recurse with moz384637-1.svg
Change-Id: Ia4bbc9d471c63812dc3ef490f32e8490bda72bfe
Reviewed-on: https://gerrit.libreoffice.org/57888
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svgio/inc')
-rw-r--r-- | svgio/inc/svgnode.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svgio/inc/svgnode.hxx b/svgio/inc/svgnode.hxx index 45d9730be909..2db5d490fa14 100644 --- a/svgio/inc/svgnode.hxx +++ b/svgio/inc/svgnode.hxx @@ -114,6 +114,8 @@ namespace svgio /// possible local CssStyle, e.g. style="fill:red; stroke:red;" std::unique_ptr<SvgStyleAttributes> mpLocalCssStyle; + mutable bool mbDecomposing; + // flag if maCssStyleVector is already computed (done only once) bool mbCssStyleVectorBuilt : 1; |