vcl: fix vls_intercept_sigchld_handler be called recursively 75/31375/2
authornandfan <fanyufei521@outlook.com>
Mon, 22 Feb 2021 09:17:17 +0000 (17:17 +0800)
committerFlorin Coras <florin.coras@gmail.com>
Mon, 22 Feb 2021 23:14:15 +0000 (23:14 +0000)
commit5fdc47c237b3e370dc18d3ed593ce3bd7c346110
tree49e0592e3de60f50482fe9aadf7dd49eafea210d
parent6baa45cbf40f800fa1982ba8363a2ebf55b69328
vcl: fix vls_intercept_sigchld_handler be called recursively

The old_sa is rewrite with vls_intercept_sigchld_handler when parent
process fork child second time, parent process will call
vls_intercept_sigchld_handler recursively when received child signal.

Type: fix

Signed-off-by: nandfan <fanyufei521@outlook.com>
Change-Id: Ia58a254d58058489aa2d91b76a3b3cab1e38f802
src/vcl/vcl_locked.c