Page MenuHomeFreeBSD

Static analysis: Remove unused variables in IPv6 code
ClosedPublic

Authored by jtl on May 26 2017, 4:43 PM.
Tags
None
Referenced Files
F157622720: D10940.id28871.diff
Sat, May 23, 12:59 PM
Unknown Object (File)
Thu, May 21, 9:00 AM
Unknown Object (File)
Thu, May 21, 2:25 AM
Unknown Object (File)
Wed, May 20, 1:42 AM
Unknown Object (File)
Sun, May 17, 3:00 PM
Unknown Object (File)
Sun, May 17, 3:00 PM
Unknown Object (File)
Thu, May 14, 8:02 AM
Unknown Object (File)
Fri, May 8, 7:16 PM
Subscribers

Details

Summary

I ran clang's static analyzer over the kernel sources. It identified a number of places where variables are set, but not used. This change cleans up a number of these places.

Sponsored by: Netflix
MFC after: 2 weeks

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Most of these changes have been committed by now. Updating diff with a few remaining bits.

Starting the (approx.) 48-hour countdown timer until commit.

bz added a subscriber: bz.

Seems good to me.

This revision is now accepted and ready to land.Mar 22 2018, 2:14 PM
This revision was automatically updated to reflect the committed changes.