Modify argv creation of liblaunchpad library 63/299163/2
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 21 Sep 2023 04:18:05 +0000 (13:18 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 21 Sep 2023 04:22:40 +0000 (13:22 +0900)
commit91ee737e41fe6ab22f2fe1c86c7cce0c005d05fa
tree188ce36c0a5582d17c979dc5cf49d3a605b9e7af
parent4ee416289a5170947eda6fc0a57d41ba0ea38991
Modify argv creation of liblaunchpad library

The last element of the argv should be nullptr.
If the last element is not nullptr, the following error can be occurred:
"Failed to execute a file. path: <executable file path>, errno: 14(Bad address)"

Change-Id: I5d691492171caf2e8a33ca72e874de6d609cabfb
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/lib/launchpad/launchpad_loader.cc