When tizen is set as homepage, the string is broken. 94/145594/2
authorcookie <cookie@samsung.com>
Wed, 23 Aug 2017 04:51:41 +0000 (04:51 +0000)
committerHye Kyoung Hwang <cookie@samsung.com>
Wed, 23 Aug 2017 04:47:56 +0000 (04:47 +0000)
commit5f2eed127897c8f3f25bfd8c9580e1b2426632e9
tree3abcc5f5fffa79a8d849c87ad1a8018b6052dbc1
parent878e6ad4deeef96416c0f1535f4d6ed066f8b183
When tizen is set as homepage, the string is broken.
Rleasea 4.0.4

[ Problem ]When tizen is set as homepage in the Setting it displays a blank page
[ Cause ] When sqlite3_bind_text() is called, the string give the garvage value
[ Solution] The 5th param use by SQLITE_TRANSIENT

Change-Id: I4857c5d33f9ae732061879fa72f95d96df8d794d
Signed-off-by: cookie <cookie@samsung.com>
packaging/org.tizen.browser.spec
services/StorageService/SQLDatabase.cpp