Comment 3 for bug 1685181

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

Reviewed: https://review.opencontrail.org/30790
Committed: http://github.com/Juniper/contrail-vrouter/commit/e18e6557a2e1053eabab946c292d452cdb8df325
Submitter: Zuul (<email address hidden>)
Branch: master

commit e18e6557a2e1053eabab946c292d452cdb8df325
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