Fix #107
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:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user