diff options
author | Eyal Bari <ebari@cisco.com> | 2018-11-25 15:42:47 +0200 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2018-11-25 15:30:13 +0000 |
commit | ce55bcde5d3e4d69af4b9bcd3e8f4c31732a8603 (patch) | |
tree | d52e101d8ec25a770283456c4929419598012897 /doxygen | |
parent | c29a0ea6900672afe37a995fb2c18490074bb04a (diff) |
vlib:init free list buffers vec
fixes a problem seen when dhcp proxy uses vlib_buffer_chain_linearize
function which tries to vlib_buffer_alloc zero buffers - which succeeds
if the buffers vector is initialized but otherwise crashes when trying to
update the _vec_len in vlib_buffer_alloc_from_free_list
solved by initializing the free_list buffers vec
Change-Id: I1186d7aac05e54864d72f3f144e1bef8064f8efa
Signed-off-by: Eyal Bari <ebari@cisco.com>
Diffstat (limited to 'doxygen')
0 files changed, 0 insertions, 0 deletions