diff for duplicates of <20170201084632.GA29912@mwanda> diff --git a/a/1.txt b/N1/1.txt index cb0eed1..a4684d1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,5 +15,5 @@ index ff8ee06491c3..75fac933c209 100644 - tel = (struct ipv6_tlv_tnl_enc_lim *) skb->data + off + i; + tel = (struct ipv6_tlv_tnl_enc_lim *)(skb->data + off + i); /* return index of option if found and valid */ - if (tel->type = IPV6_TLV_TNL_ENCAP_LIMIT && - tel->length = 1) + if (tel->type == IPV6_TLV_TNL_ENCAP_LIMIT && + tel->length == 1) diff --git a/a/content_digest b/N1/content_digest index a57d966..018f1bd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch] ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()\0" - "Date\0Wed, 01 Feb 2017 08:46:32 +0000\0" + "Date\0Wed, 1 Feb 2017 11:46:32 +0300\0" "To\0David S. Miller <davem@davemloft.net>" " Eric Dumazet <edumazet@google.com>\0" "Cc\0Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>" @@ -28,7 +28,7 @@ "-\t\t\t\ttel = (struct ipv6_tlv_tnl_enc_lim *) skb->data + off + i;\n" "+\t\t\t\ttel = (struct ipv6_tlv_tnl_enc_lim *)(skb->data + off + i);\n" " \t\t\t\t/* return index of option if found and valid */\n" - " \t\t\t\tif (tel->type = IPV6_TLV_TNL_ENCAP_LIMIT &&\n" - " \t\t\t\t tel->length = 1)" + " \t\t\t\tif (tel->type == IPV6_TLV_TNL_ENCAP_LIMIT &&\n" + " \t\t\t\t tel->length == 1)" -49396509f99f3948cfae69df4eb4d019730ee108cca023d22e2220fff6434a46 +1242138f1024a69085d77d1073de995f2988a5e07bf4e3c804cfc3eba2c0fa3e
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.