History log of /freebsd-10-stable/sys/contrib/ipfilter/netinet/ip_dstlist.c
Revision Date Author Comments
# 334202 25-May-2018 cy

MFC r333392-r333393, r333427

r333392:
Fix memory leak. (CID 1199373).

r333393:
Document intentional fallthrough. (CID 976535)

r333427:
Fix style error introduced in r333393.

Reported by: jhb, imp, phk


# 272997 12-Oct-2014 cy

MFC r272554

ipfilter bug #534 destination list hashing not endian neutral

Obtained from: ipfilter CVS repo (r1.26), NetBSD CVS repo (r1.8)


# 272992 12-Oct-2014 cy

MFC r271980

Check for NULL before de-refencing; in particular sel is assigned to NULL,
in the default case, and then couple of lines down we do sel->

Obtained from: NetBSD CVS repo (r1.5)


# 272997 12-Oct-2014 cy

MFC r272554

ipfilter bug #534 destination list hashing not endian neutral

Obtained from: ipfilter CVS repo (r1.26), NetBSD CVS repo (r1.8)


# 272992 12-Oct-2014 cy

MFC r271980

Check for NULL before de-refencing; in particular sel is assigned to NULL,
in the default case, and then couple of lines down we do sel->

Obtained from: NetBSD CVS repo (r1.5)