Skip to content

Commit

Permalink
消除一些cpp的gsl的警告。
Browse files Browse the repository at this point in the history
  • Loading branch information
kouzhudong committed Oct 25, 2023
1 parent 97c03b4 commit 4b67d36
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 0 deletions.
Binary file modified libdrv/APC.cpp
Binary file not shown.
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/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.
Binary file modified libdrv/cpu.cpp
Binary file not shown.
4 changes: 4 additions & 0 deletions libdrv/encrypt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -395,5 +395,9 @@ Encrypting Data with CNG
if (pbIV) {
ExFreePoolWithTag(pbIV, TAG);
}

if (pbBlob) {
ExFreePoolWithTag(pbBlob, TAG);
}
}
}
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 4b67d36

Please sign in to comment.