Fix SVACE, Coverity issues 63/226363/1
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:17 +0000 (13:40 +0900)
commit383da6936cd4636c0732a86b140c228b87923799
treea21ab5979d0aedc15d41b07b1b40b52659942383
parent43d6c44dd92fafd25afc25d6f22cc1a705019275
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