public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/2] IPv6 Network Discovery Boundary Variable and Packed Structure
@ 2023-05-18 18:24 emohandesi
  2023-05-18 18:24 ` [PATCH 1/2] net: ipv6: router advertisement message length should be within limits emohandesi
  2023-05-18 18:24 ` [PATCH 2/2] net: ipv6: network protocol structures should be packed emohandesi
  0 siblings, 2 replies; 9+ messages in thread
From: emohandesi @ 2023-05-18 18:24 UTC (permalink / raw)
  To: u-boot; +Cc: joe.hershberger, rfried.dev, v.v.mitrofanov, sjg, emohandesi,
	saproj

From: Ehsan Mohandesi <emohandesi@linux.microsoft.com>

This series addresses the following.
        1. Coverity Issue (CID 450971): Loop boundary variables should be
	   checked to be within appropriate limits.
        2. Making the structure icmp6_ra_prefix_info packed because it
	   contains network protocol data received from the network.

Ehsan Mohandesi (2):
  net: ipv6: router advertisement message length should be within limits
  net: ipv6: network protocol structures should be packed

 include/net6.h | 2 +-
 net/ndisc.c    | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-07-27 20:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-18 18:24 [PATCH 0/2] IPv6 Network Discovery Boundary Variable and Packed Structure emohandesi
2023-05-18 18:24 ` [PATCH 1/2] net: ipv6: router advertisement message length should be within limits emohandesi
2023-05-19  7:09   ` Vyacheslav V. Mitrofanov
2023-06-10 10:44   ` Ramon Fried
2023-07-27 20:46   ` Tom Rini
2023-05-18 18:24 ` [PATCH 2/2] net: ipv6: network protocol structures should be packed emohandesi
2023-05-19  7:12   ` Vyacheslav V. Mitrofanov
2023-06-10 10:45   ` Ramon Fried
2023-07-27 20:46   ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox