CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/22 05:30:23
Modified files:
sys/netinet6 : ip6_output.c
Log message:
Don't pass a pointer to an uninitialized variable as plenp to
ip6_hopopts(). The value is tested and non-zero values could cause a
packet to be discarded.
Initialize the pointed at variable to 0, tweaking variable names and
associated comments.
COVERITY 1453098
ok deraadt@ mpi@
