https://bugs.kde.org/show_bug.cgi?id=340646
--- Comment #103 from Ralf Habacker <[email protected]> --- Git commit c35cc011c3bb1b8d3e9e8cc4d852584b13d3ae27 by Ralf Habacker. Committed on 19/12/2016 at 19:09. Pushed by habacker into branch 'Applications/16.12'. Fix coverity check CID 172678: Dereference after null check (FORWARD_NULL) Passing null pointer o to setStereotype, which dereferences it. M +1 -1 umbrello/codeimport/import_utils.cpp https://commits.kde.org/umbrello/c35cc011c3bb1b8d3e9e8cc4d852584b13d3ae27 --- Comment #102 from Ralf Habacker <[email protected]> --- Git commit a05717e2dc050218ff5e8213288a94f4d8e58611 by Ralf Habacker. Committed on 19/12/2016 at 19:06. Pushed by habacker into branch 'Applications/16.12'. Fix coverity check CID 172677: Dereference after null check (FORWARD_NULL) Passing null pointer dt to setIsReference, which dereferences it. M +1 -1 umbrello/codeimport/import_utils.cpp https://commits.kde.org/umbrello/a05717e2dc050218ff5e8213288a94f4d8e58611 -- You are receiving this mail because: You are watching all bug changes.
