CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2013/12/12 07:43:38
Modified files: sys/net : radix.c Log message: Fix invalid size to memcmp() in rn_lexobetter() introduced when the hand-rolled loop was converted to memcmp(). From Kieran Devlin. OK markus@