ndis(4): it's rather unrealistic to expect a size_t here.
int was actually OK, and u_int is more than enough.
This commit is contained in:
parent
f749d852b1
commit
0f9e825508
@ -2670,7 +2670,7 @@ ndis_find_sym(lf, filename, suffix, sym)
|
||||
{
|
||||
char *fullsym;
|
||||
char *suf;
|
||||
size_t i;
|
||||
u_int i;
|
||||
|
||||
fullsym = ExAllocatePoolWithTag(NonPagedPool, MAXPATHLEN, 0);
|
||||
if (fullsym == NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user