Home
last modified time | relevance | path

Searched hist:b0350d51f001e6edc13ee4f253b98b50b05dd401 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dgre_demux.cdiff b0350d51f001e6edc13ee4f253b98b50b05dd401 Thu Sep 13 23:26:47 CDT 2018 Haishuang Yan <yanhaishuang@cmss.chinamobile.com> ip_gre: fix parsing gre header in ipgre_err

gre_parse_header stops parsing when csum_err is encountered, which means
tpi->key is undefined and ip_tunnel_lookup will return NULL improperly.

This patch introduce a NULL pointer as csum_err parameter. Even when
csum_err is encountered, it won't return error and continue parsing gre
header as expected.

Fixes: 9f57c67c379d ("gre: Remove support for sharing GRE protocol hook.")
Reported-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: Haishuang Yan <yanhaishuang@cmss.chinamobile.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dip_gre.cdiff b0350d51f001e6edc13ee4f253b98b50b05dd401 Thu Sep 13 23:26:47 CDT 2018 Haishuang Yan <yanhaishuang@cmss.chinamobile.com> ip_gre: fix parsing gre header in ipgre_err

gre_parse_header stops parsing when csum_err is encountered, which means
tpi->key is undefined and ip_tunnel_lookup will return NULL improperly.

This patch introduce a NULL pointer as csum_err parameter. Even when
csum_err is encountered, it won't return error and continue parsing gre
header as expected.

Fixes: 9f57c67c379d ("gre: Remove support for sharing GRE protocol hook.")
Reported-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: Haishuang Yan <yanhaishuang@cmss.chinamobile.com>
Signed-off-by: David S. Miller <davem@davemloft.net>