Comment 19 for bug 1685181

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/31155
Committed: http://github.com/Juniper/contrail-vrouter/commit/a6eb88fcf43a827da615768e34eef1697192183b
Submitter: Zuul (<email address hidden>)
Branch: R3.1

commit a6eb88fcf43a827da615768e34eef1697192183b
Author: Anand H. Krishnan <email address hidden>
Date: Thu Apr 27 12:07:55 2017 +0530

Memset the control block to zeroes before calling skb_segment

skb_segment casts part of skb->cb to some structure to determine
tunnel header length. Having remnants of packet structure in cb
results in wrong tunnel header length calculation and thus wrong
memory copies to random memory locations. This problem is with
newer kernels (4.x).

Change-Id: Ifc2c7a4c5ea448cd57df88e51bb82a7f62c97cc6
Closes-Bug: #1685181