Check arguments of loader 20/295520/2
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 10 Jul 2023 08:04:03 +0000 (17:04 +0900)
committerHwanKyu Jhun <h.jhun@samsung.com>
Mon, 10 Jul 2023 08:21:40 +0000 (08:21 +0000)
commit947905d779ed95de0474b6c40a66921c302fa457
tree25b3fa4873a1417766a1f27c9357ec4ee104b146
parent701eb1b3ced0bd8dc5a4c3f73366ab9a51db822b
Check arguments of loader

Before calling the loader_terminate_cb callback function, the launchpad library
checks whether the argument count is zero or not.
If it's true, the launchpad library does not call the callback function for
backward compatibility.

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