CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2017/08/11 07:23:27
Modified files: sys/net : if_spppsubr.c Log message: The timeval in sppp_input() is also used when the interface is not IFF_UP. Always call getmicrouptime(&tv) to avoid an "Uninitialized scalar variable". Coverity CID 1453266; Severity: Insignificant OK deraadt@