Diffusion Krita 2354e8f3679c

CID 35534: Uninitialized pointer field (UNINIT_CTOR)

Authored by rempt on Sep 26 2019, 2:08 PM.

Description

CID 35534: Uninitialized pointer field (UNINIT_CTOR)

  1. uninit_member: Non-static class member _lastOpacityData is not

initialized in this constructor nor in any functions that it calls.

  1. uninit_member: Non-static class member dstRowStart is not initialized

in this constructor nor in any functions that it calls.

  1. uninit_member: Non-static class member dstRowStride is not initialized

in this constructor nor in any functions that it calls.

  1. uninit_member: Non-static class member srcRowStart is not initialized

in this constructor nor in any functions that it calls.

  1. uninit_member: Non-static class member srcRowStride is not initialized

in this constructor nor in any functions that it calls.

  1. uninit_member: Non-static class member maskRowStart is not initialized

in this constructor nor in any functions that it calls.

  1. uninit_member: Non-static class member maskRowStride is not

initialized in this constructor nor in any functions that it calls.

  1. uninit_member: Non-static class member rows is not initialized in

this constructor nor in any functions that it calls.

  1. uninit_member: Non-static class member cols is not initialized in

this constructor nor in any functions that it calls.

Details