https://bugs.kde.org/show_bug.cgi?id=393431

--- Comment #26 from Boudewijn Rempt <b...@valdyas.org> ---
Git commit 4ba5ca4eeaab9c44856790ae257b923a9ff70cfd by Boudewijn Rempt, on
behalf of Dmitry Kazakov.
Committed on 02/05/2018 at 11:54.
Pushed by rempt into branch 'krita/4.0'.

Fix PVS-Studio warning: loop is actually infinite

Well, it seems like the loop should be infinite by design,
though I'm not very sure :)

Since this code is abandoned and not used in Krita atm,
I just added a todo.
(cherry picked from commit f912a10eda97ef6a6564db4db1991a3efbf879f4)
(cherry picked from commit c2d5a2a0ed4a5302205635dd6eca15fde4f3c2db)

M  +4    -3    libs/flake/KoConnectionShape.cpp

https://commits.kde.org/krita/4ba5ca4eeaab9c44856790ae257b923a9ff70cfd

--- Comment #27 from Boudewijn Rempt <b...@valdyas.org> ---
Git commit e59b94ac787e3b303d26bfd88a4d92e2b0199740 by Boudewijn Rempt, on
behalf of Dmitry Kazakov.
Committed on 02/05/2018 at 11:54.
Pushed by rempt into branch 'krita/4.0'.

Fix PVS-Studio warning: initializing non-POD struct with memset

QVector is not a POD, so we shouldn't try to initialize it with
bruteforce memset.
(cherry picked from commit 1e67dff0b6b14abbbdbf417fb69f914c8d5bd213)
(cherry picked from commit 0188944135a4b982b51902c818469b088c9b0c7f)

M  +10   -10   libs/psd/psd.h
M  +0    -1    libs/psd/psd_pattern.cpp

https://commits.kde.org/krita/e59b94ac787e3b303d26bfd88a4d92e2b0199740

--- Comment #28 from Boudewijn Rempt <b...@valdyas.org> ---
Git commit c4a9acd24f1db7186548bab168b0abdc20d125b5 by Boudewijn Rempt, on
behalf of Dmitry Kazakov.
Committed on 02/05/2018 at 11:54.
Pushed by rempt into branch 'krita/4.0'.

Fix PVS-Studio warning: misprint in KisPressureSizeOption::lodLimitations()
(cherry picked from commit 9790c311ed0da5af6077ead5b4fb1165011aee2d)
(cherry picked from commit 634b2f9da8b4e6eae69a84708392f5cba8a3a508)

M  +2    -1    plugins/paintops/libpaintop/kis_pressure_size_option.cpp

https://commits.kde.org/krita/c4a9acd24f1db7186548bab168b0abdc20d125b5

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to