This issue was caused by an uninitialized variable
inside the driver.  It sometimes resulted in a
junk error code returned for the "false" filter.
This commit is contained in:
basil00
2018-01-13 08:08:37 +08:00
parent 21f1e1a71e
commit 53845fa8a9
+1 -1
View File
@@ -940,7 +940,7 @@ static NTSTATUS windivert_install_callouts(context_t context, UINT8 layer,
{
UINT8 i, j;
layer_t layers[WINDIVERT_CONTEXT_MAXLAYERS];
NTSTATUS status;
NTSTATUS status = STATUS_SUCCESS;
i = 0;
switch (layer)