CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2020/03/21 14:12:37
Modified files: sys/net : route.c Log message: r1.244 introduced rt_hash() with careful checks of src for NULL at each dereference. r1.275 added a check at the top of the function, with an immediate "return (-1)" if src == NULL. Thus making the repeated checks in the body superfluous. CID 1452932. ok millert@ mpi@