commit | 108ccfe60c57e2b35d4cb9dc684eb9c513fc683d | [log] [tgz] |
---|---|---|
author | Florian Vaussard <florian.vaussard@gmail.com> | Fri Jul 09 15:21:07 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Thu Sep 23 13:21:09 2021 -0400 |
tree | 1cbf7489a2a77038f870634403bd80504d59753c | |
parent | e6a1643add9c60906f4c2e0987a305123aa3d182 [diff] |
net: ipv6_fragment: check the length also for the first fragment Currently the requirement of the length being a multiple of 8 is not tested for the first fragment, since the first fragment takes a different path due to the goto. Move the test earlier in the process, so that it is performed on all fragments, including the first one. Signed-off-by: Florian Vaussard <florian.vaussard@gmail.com>