[M120 Migration][VD] Increase buffer size of cmd line for child process 52/308252/1
authorjie <jie137.zhang@samsung.com>
Mon, 18 Mar 2024 06:42:36 +0000 (14:42 +0800)
committerJie Zhang <jie137.zhang@samsung.com>
Wed, 20 Mar 2024 07:54:56 +0000 (07:54 +0000)
commitcda080ea8a89958bcbcad1474a8d7da31f132fd7
tree132f1089cdc26c82a3ba68cc841d3ce5a413267f
parent2ad63ae3fbd30b001249297597432a333d2b087a
[M120 Migration][VD] Increase buffer size of cmd line for child process

On TV product, kdbus connecting was failed because saved size of command
line in kernel and actual size were different. So we need to increase
buffer size of command line when zygote process is executed by execvp().
This patch appends dummy argument once calling execvp().

Reference:
  - https://review.tizen.org/gerrit/#/c/291592/

Change-Id: I9da3f12b2a464c2598012541f720fa0ff15a043b
Signed-off-by: jie <jie137.zhang@samsung.com>
(cherry picked from commit d33bf9d2b81e6040f60f7789c40fa41cdc660531)
base/process/launch_posix.cc