diff options
author | Mohsin Kazmi <sykazmi@cisco.com> | 2019-06-18 23:45:54 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-06-19 13:33:17 +0000 |
commit | dac1edbbbf8f42117f182b37618022167454f868 (patch) | |
tree | 6c0df5e96f4a2c09cf39bedfe2532e77e29c8754 /src/vnet/ipsec/ah_encrypt.c | |
parent | 13d33548803311d8bbd7d06864513f96c86f6ac1 (diff) |
interface: Fix the tso segmentation
ASSERT (b[0]->current_length > 0) fails in single loop of
function vnet_interface_output_node_inline_gso.
Under 'do_segmentation' condition, there are two places in code
which execute "continue" in while-loop without incrementing the
pointer to next buffer which is wrong behavior. In fact, at one
place, current buffer is also freed. In which case, during next
iteration buffer ptr still points to free buffer which current
length is 0 and triggers the above assert.
Type: fix
Change-Id: Ic9d540748c1d00a54e18acc2b0f23730728d7460
Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
Diffstat (limited to 'src/vnet/ipsec/ah_encrypt.c')
0 files changed, 0 insertions, 0 deletions