Skip to content

Commit

Permalink
消除一些GSL的警告。
Browse files Browse the repository at this point in the history
  • Loading branch information
kouzhudong committed Oct 25, 2023
1 parent d5282f9 commit 97c03b4
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 1 deletion.
Binary file modified libdrv/CopyFile.cpp
Binary file not shown.
Binary file modified libdrv/File.cpp
Binary file not shown.
Binary file modified libdrv/Image.cpp
Binary file not shown.
Binary file modified libdrv/Memory.cpp
Binary file not shown.
Binary file modified libdrv/Network.cpp
Binary file not shown.
Binary file modified libdrv/Process.cpp
Binary file not shown.
Binary file modified libdrv/Registry.cpp
Binary file not shown.
2 changes: 1 addition & 1 deletion libdrv/encrypt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Encrypting Data with CNG
__leave;
}

hKey = 0;
hKey = nullptr;

if (pbPlainText) {
ExFreePoolWithTag(pbPlainText, TAG);
Expand Down
Binary file modified libdrv/hash.cpp
Binary file not shown.
Binary file modified libdrv/idt.cpp
Binary file not shown.
Binary file modified libdrv/log.cpp
Binary file not shown.
Binary file modified libdrv/misc.cpp
Binary file not shown.
Binary file modified libdrv/object.cpp
Binary file not shown.
Binary file modified libdrv/pe.cpp
Binary file not shown.
Binary file modified libdrv/ssdt.cpp
Binary file not shown.

0 comments on commit 97c03b4

Please sign in to comment.