Fixed execve EFAULT error on the asan environment. 02/89602/1
authorKim Gunsoo <gunsoo83.kim@samsung.com>
Mon, 26 Sep 2016 06:21:56 +0000 (15:21 +0900)
committerKim Gunsoo <gunsoo83.kim@samsung.com>
Mon, 26 Sep 2016 06:32:49 +0000 (15:32 +0900)
commit8f64f2f8e369cb60aa96fd90193c7438043738a7
treed1cca33f5342478e7bc9eaa2e7c5262a9cd80d42
parentab5f65454a12ee0d98413c70df6abad7bc1e5540
Fixed execve EFAULT error on the asan environment.

- the envp array of pointers must be terminated by a NULL pointer.

Change-Id: Ieb64b20c1fdf24aec16ae248faf051889ddb76d4
Signed-off-by: Kim Gunsoo <gunsoo83.kim@samsung.com>
src/services.c