diff options
author | hanlin <hanlin_wang@163.com> | 2019-12-30 16:25:20 +0800 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2019-12-30 17:26:18 +0000 |
commit | 9f3f18f99fd321cdcfc331e92b10b64f0ef590b3 (patch) | |
tree | 97107dfd78dae3415407e08cdc19bf8105c8dffb /src/svm/queue.c | |
parent | b7f035ff4c56cbfd8548c8f1a27fcffb79be6d1f (diff) |
vcl: hold errno when calling LDBG
Type: fix
Call trace of LDBG:
LDBG->clib_warning->_clib_error->dispatch_message->os_puts->writev
However, writev will hijacked by LDP, and then execute following code:
if ((errno = -ldp_init ()))
return -1;
Now, errno will be set.
Because we always call LDBG just before return from ldp_accept4, listen,
and etc. So errno will be overwritted after LDBG called.
Signed-off-by: hanlin <hanlin_wang@163.com>
Change-Id: I7a90f3a14772994f11f09650481411796e3f5630
Diffstat (limited to 'src/svm/queue.c')
0 files changed, 0 insertions, 0 deletions