aboutsummaryrefslogtreecommitdiffstats
path: root/wintun.proj
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2019-07-31 13:51:35 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-08-02 09:43:32 +0000
commitafdbc75bf9edfb7b292b5795b59553ecc0ef0926 (patch)
tree75b5790778d15a0ec1f473f15278d56e432d0869 /wintun.proj
parentAdd SDVView target (diff)
downloadwintun-afdbc75bf9edfb7b292b5795b59553ecc0ef0926.tar.xz
wintun-afdbc75bf9edfb7b292b5795b59553ecc0ef0926.zip
Resolve SDV reported "defect"
NdisMGetDeviceProperty() should always return non-NULL FunctionalDeviceObject according to _Outptr_opt_. An explicit FunctionalDeviceObject NULL check has been added to keep the SDV happy and not calling our driver "defective". Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to '')
-rw-r--r--wintun.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/wintun.proj b/wintun.proj
index 1370702..d5674e2 100644
--- a/wintun.proj
+++ b/wintun.proj
@@ -69,7 +69,7 @@
<Target Name="SDVView">
<MSBuild Projects="wintun.vcxproj" Targets="sdv" Properties="Inputs=/view;Configuration=Release;Platform=x64"/>
</Target>
-
+
<!--
Driver Verification Log
-->