diff options
author | Steven Luong <sluong@cisco.com> | 2020-01-30 09:11:18 -0800 |
---|---|---|
committer | steven luong <sluong@cisco.com> | 2020-02-03 15:06:38 +0000 |
commit | 1934b13d3673ec1f86a025ed6094a9d5c0790170 (patch) | |
tree | 2105c6f748a567673c6547e5b665b5c0ea860db9 /src/vnet/vnet.h | |
parent | fce396738f865293f0a023bc7f172086f81da456 (diff) |
fib: refresh adj pointer after fib_walk_sync due to possible realloc
fib_walk_sync may call adj_alloc which may cause adj_pool to expand. When
that happens, any previous frame which still use the old adj pointer needs to
refresh. Failure to do so may access or update to the old adj memory
unintentionally and crash mysteriously.
Type: fix
Ticket: VPPSUPP-54
Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: I173dec4c5ce81c6e26c4fe011b894a7345901b24
(cherry picked from commit 3d5f6229bccf77fcf7e0e17ab4f1b361fedd1b2b)
Diffstat (limited to 'src/vnet/vnet.h')
0 files changed, 0 insertions, 0 deletions