diff options
Diffstat (limited to 'net/ipv6/ip6_output.c')
-rw-r--r-- | net/ipv6/ip6_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index be3f082a87ed..4cfdad4e8356 100644 --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c | |||
@@ -746,7 +746,7 @@ slow_path: | |||
746 | /* | 746 | /* |
747 | * Copy the packet header into the new buffer. | 747 | * Copy the packet header into the new buffer. |
748 | */ | 748 | */ |
749 | memcpy(skb_network_header(frag), skb->data, hlen); | 749 | skb_copy_from_linear_data(skb, skb_network_header(frag), hlen); |
750 | 750 | ||
751 | /* | 751 | /* |
752 | * Build fragment header. | 752 | * Build fragment header. |