K 10 svn:author V 3 pfg K 8 svn:date V 27 2016-04-28T01:58:56.852917Z K 7 svn:log V 259 ndis(4): unsign some indexes to prevent overflows. The "len" parameter is uint32_t, indexing it with an int may end up in a signed integer overflow. strlen(3) returns an integer of size_t so the corresponding index should have that size. MFC after: 1 week END