Fix crash issue 83/272083/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 8 Mar 2022 05:35:27 +0000 (14:35 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 8 Mar 2022 05:35:27 +0000 (14:35 +0900)
commitd6a6581a65a38f41e87b84880671e9db66abc504
tree2cde215953e197457c18e79a438b2ba4a3e5a8a2
parenta8a19e8519d36a0702847e1eba55db9a95aaa473
Fix crash issue

While creating tizen_base::Bundle() with the content info that is a
string, the constructor throws an exception. Because, it's not an encoded bundle raw.
This patch adds an encoding step and exception handlings to prevent crash issues.

Change-Id: I58d7eacafde020496ed087d770cffd953b26f7e3
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/base/widget_base.cc