Fix SVACE, Coverity issues 55/225755/2
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 24 Feb 2020 08:36:13 +0000 (17:36 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 2 Mar 2020 04:40:52 +0000 (04:40 +0000)
commit4b15078b5cec0794f8bdb2978934892c7dad8f8b
treec918181cee459f7fe788cc93c49f12dd89deb49e
parent667d7c7513c32cc997478956a96e056ca814a3ee
Fix SVACE, Coverity issues

- After having been compared to NULL value, pointer 'start' is dereferenced.
- Redundant comparison '(0 != forward)' is always 'true'.
- Use after free (USE_AFTER_FREE) - this->v.

Change-Id: I1860c13ac77311f249688294f90efcb3f1d4868a
dali/internal/accessibility/tizen-wayland/atspi/bridge-accessible.cpp
dali/internal/accessibility/tizen-wayland/atspi/dbus-tizen.cpp