Skip to content

Commit

Permalink
Bump version and changelog for 1.77 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiller-nmap committed Oct 18, 2023
1 parent 9c22739 commit b1d8f91
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Npcap 1.78 [2023-10-18]

* Fixed a memory leak in Npcap 1.77 which occurs when the kernel buffer is
full. Fixes [#701](http://issues.npcap.org/701).

* Correctly handle an allocation failure during out-of-memory condition,
avoiding a null pointer dereference. Fixes [#698](http://issues.npcap.org/698).

## Npcap 1.77 [2023-09-29]

* Fixed a memory leak in Npcap 1.76 only which occurs while capturing traffic
Expand Down
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@
!define /**/ WINPCAP_MINOR 1
/* WINPCAP_REV should be less than 256 to fit in UCHAR */
#define /*
!define /**/ WINPCAP_REV 77
!define /**/ WINPCAP_REV 78
#define /*
!define /**/ WINPCAP_BUILD 926
!define /**/ WINPCAP_BUILD 1018
#define /*
!define /**/ WINPCAP_VER_STRING "1.77"
!define /**/ WINPCAP_VER_STRING "1.78"
#define /*
!define /**/ NPCAP_SDK_VERSION "1.14"

Expand Down

0 comments on commit b1d8f91

Please sign in to comment.