From b1d8f91cf1a6c9cd53df2ecb6939ae04756be9c2 Mon Sep 17 00:00:00 2001 From: Daniel Miller Date: Wed, 18 Oct 2023 15:32:34 -0700 Subject: [PATCH] Bump version and changelog for 1.77 release --- CHANGELOG.md | 8 ++++++++ version.h | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79624db0..8653637b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/version.h b/version.h index 07419091..d75aef08 100644 --- a/version.h +++ b/version.h @@ -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"