vcl: fix init of ldp workers 18/40018/4
authorFlorin Coras <fcoras@cisco.com>
Wed, 29 Nov 2023 00:05:29 +0000 (16:05 -0800)
committerDave Wallace <dwallacelf@gmail.com>
Wed, 29 Nov 2023 17:00:24 +0000 (17:00 +0000)
commit1b75fdbda01ceac2051e3d443c1db0d884d11bd5
treeb514040c5e73798fd07172931d143880e959a88b
parent557b20c4eab7b7aefd281f28f7535c4ea22a2845
vcl: fix init of ldp workers

LDP workers is used as vector but was initialized as a pool. There was
no side effect but ASAN does not properly unpoison memory and this
triggers false used-after-poison crashes.

Type: fix

Signed-off-by: Dmitry Valter <d-valter@yandex-team.com>
Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: Ie769dad0e86ab970de9929800d0a4131f846e70e
src/vcl/ldp.c