K 10 svn:author V 4 ngie K 8 svn:date V 27 2016-05-13T08:04:57.483469Z K 7 svn:log V 216 MFC r298328: r298328 (by cem): bpf_getdltlist: Don't overrun 'lst' 'lst' is allocated with 'n1' members. 'n' indexes 'lst'. So 'n == n1' is an invalid 'lst' index. This is a follow-up to r296009. CID: 1352743 END