ip6_input_if used the ip6_hdr pointer uninitted after i refactored it.
authordlg <dlg@openbsd.org>
Thu, 3 Jun 2021 04:47:54 +0000 (04:47 +0000)
committerdlg <dlg@openbsd.org>
Thu, 3 Jun 2021 04:47:54 +0000 (04:47 +0000)
commitafdfad047fe500d4910187dc64ccdf12a0bafb28
tree77cb80b1352c4b541ece2c4b7fb9dab01b6b1e78
parentb1cb9b446a0c1ae0eb53e378cdd1090082bf40c4
ip6_input_if used the ip6_hdr pointer uninitted after i refactored it.

i did test this, but i guess i was lucky. very lucky.

Coverity CID 1505114
sys/netinet6/ip6_input.c