diff options
author | Yoann Desmouceaux <ydesmouc@cisco.com> | 2018-05-29 13:38:44 +0200 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2018-05-29 15:37:28 +0000 |
commit | 1977a3488e91c6a4074a5538730418031515b299 (patch) | |
tree | a60752451a03ea4efaaa7ee33847dc98f09edc80 /src/vnet/ipip/ipip.c | |
parent | 0a77040fa0f588f3c2d539aa1d3c500731520676 (diff) |
Fixed vlib_buffer_clone with stale chained buffers
When calling vlib_buffer_clone() on a source vlib_buffer with no next
buffer but whose total_length_not_including_first_buffer hadn't been
properly zeroed out, the total_length_not_including_first_buffer of
the clone was set to a wrong value.
(see https://lists.fd.io/g/vpp-dev/topic/19869395)
Change-Id: I4b503ece804e3933bb259be4c2148f84dafbea3e
Signed-off-by: Yoann Desmouceaux <ydesmouc@cisco.com>
Diffstat (limited to 'src/vnet/ipip/ipip.c')
0 files changed, 0 insertions, 0 deletions