]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Initialize rn_mklist in rn_newpair(). The undocumented assumption
authorwollman <wollman@FreeBSD.org>
Fri, 27 Oct 2000 20:50:14 +0000 (20:50 +0000)
committerwollman <wollman@FreeBSD.org>
Fri, 27 Oct 2000 20:50:14 +0000 (20:50 +0000)
commite5bd9f160df3d57dbd216f6a87dc6cef0b4dce49
tree580fe92653df0d4556ec2308ddd615f96345ea63
parent9f3c59b4fcea8339d0b4ab5708f1f9a965bfe932
Initialize rn_mklist in rn_newpair().  The undocumented assumption
seems to be that the nodes are bzero'd beforehand, but the submitter
found that this was not always the case, and in any event defensive
programming here costs epsilon squared.

PR: 22244
Submitted by: Dave Gillam <daveg@chiaro.com>
sys/net/radix.c