Re: [U-Boot] [PATCH v2 1/5] CVE: net: fix unbounded memcpy of UDP packet//RE: [PATCH 1/5] CVE: net: fix unbounded memcpy of UDP packet

2019-09-03 Thread Joe Hershberger
On Thu, Aug 29, 2019 at 8:48 AM liucheng (G) wrote: > > Changes in v2: > - Add reviewed-by and reported-by tags for patch 1/5 > -- > CVE: net: fix unbounded memcpy of UDP packet > > This

[U-Boot] [PATCH v2 1/5] CVE: net: fix unbounded memcpy of UDP packet//RE: [PATCH 1/5] CVE: net: fix unbounded memcpy of UDP packet

2019-08-29 Thread liucheng (G)
Changes in v2: - Add reviewed-by and reported-by tags for patch 1/5 -- CVE: net: fix unbounded memcpy of UDP packet This patch adds a check to udp_len to fix unbounded memcpy for

[U-Boot] [PATCH v2 1/5] CVE: net: fix unbounded memcpy of UDP packet//RE: [PATCH 1/5] CVE: net: fix unbounded memcpy of UDP packet

2019-08-21 Thread liucheng (G)
Thank you. Changes in v2: - Add reviewed-by and reported-by tags for patch 1/5 -- CVE: net: fix unbounded memcpy of UDP packet This patch adds a check to udp_len to fix unbounded memcpy