]> Git Repo - u-boot.git/commit
net: ipv6: Add missing break into IPv6 protocol handler
authorViacheslav Mitrofanov <[email protected]>
Tue, 6 Dec 2022 07:08:16 +0000 (10:08 +0300)
committerTom Rini <[email protected]>
Thu, 22 Dec 2022 20:39:13 +0000 (15:39 -0500)
commit0d6d5a4aa6e04bedf87793de337c05a022268041
treeff045c2a09154eb85e9b66b13b0e5e871069e9b9
parentf36597122906391afd20fd9663939f9ce4a060f4
net: ipv6: Add missing break into IPv6 protocol handler

IPv6 protocol handler is not terminated with a break statment.
It can lead to running unexpected code.

Signed-off-by: Viacheslav Mitrofanov <[email protected]>
Reviewed-by: Daniel Schwierzeck <[email protected]>
net/net.c
This page took 0.035683 seconds and 4 git commands to generate.