[4.0] Fix crash bug 42/163642/2
authorhuiyu,eun <huiyu.eun@samsung.com>
Tue, 12 Dec 2017 14:19:51 +0000 (23:19 +0900)
committerhuiyu,eun <huiyu.eun@samsung.com>
Tue, 12 Dec 2017 14:23:12 +0000 (23:23 +0900)
commit58ee3dd9b7a6fc4d11eeb331bd2acb34e1b728e7
tree57b2b2e0dd73ba0c5a9b732f06f75b4a1c144230
parentb912ff6a13fbcca17c1070d3b1aaa1f8df6f0064
[4.0] Fix crash bug

The strlen is working on array[0] which is currently uninitialized
– so will return a random length back, and will likely copy > 30 bytes of data.
Instead, it should take the length of temp.

Change-Id: If58e1eaf273918501000877b9977d29166970310
dali-csharp-binder/src/application.cpp