commit | 728f14d686e89b7e8aec34616904084f7b7ea2bc | [log] [tgz] |
---|---|---|
author | Steve Muckle <smuckle@codeaurora.org> | Mon Jan 21 12:51:38 2013 -0800 |
committer | Jay Chokshi <jchokshi@codeaurora.org> | Thu Feb 14 10:48:25 2013 -0800 |
tree | 9ea07595c6ac483643eaa0af7fe351808b7178ab | |
parent | beaf1c2be5ab79e6e8d17cabf62d232844f52620 [diff] |
netfilter: fix ipv6_find_hdr usage The semantics of the offset parameter of ipv6_find_hdr changed recently and it is now an in/out. It is therefore incorrect to pass it in uninitialized. Change-Id: I47c1dbd856d89b0369fe4a5a8dab15e776da78d8 Signed-off-by: Steve Muckle <smuckle@codeaurora.org>