summaryrefslogtreecommitdiff
path: root/include/o3tl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-10-27 09:31:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-10-27 12:15:52 +0200
commit6b760dc4bbb496496982d6d7aaa3701903bc3c11 (patch)
tree77fbb8c905964f0267c15fed8eb8c1e54082544e /include/o3tl
parent1f0e40db86fe304338c7cdd772c8ef644b7a0e8b (diff)
ofz#3826 Divide-by-zero
with fLeftStart == 1.0 (is allowed, see comment at mfCut) the whole BezierSegment is needed and does not need to be cut at all so best would be to add it to 'while' loop, after that the 'rest' will be added anyways so, add 'fLeftStart < 1.0' or 'fLeftStart != 1.0' (since limited to [0.0 .. 1.0]) to the while in line 120 should do it Change-Id: Ida87e06247d169482df26e665985753e634e149e Reviewed-on: https://gerrit.libreoffice.org/43935 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/o3tl')
0 files changed, 0 insertions, 0 deletions