CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/21 16:09:14
Modified files:
sys/netinet : ip_input.c
Log message:
Fix uninitialized variables introduced in rev 1.361
Thankfully clang elided the code in an almost harmless way (at least on
amd64 GENERIC.MP). Spotted by chance when building kernels
with -Wno-error=uninitialized.
ok dlg@ sashan@ bluhm@
