From 97ef91ac0b737d3090b5c461bd3976d8d2ab516c Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Thu, 12 Dec 2024 18:09:39 +0800 Subject: [PATCH 1/2] fix: double free socket buffer (#127) --- src/gtpu/encap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gtpu/encap.c b/src/gtpu/encap.c index 3dd2a3f..2d67223 100644 --- a/src/gtpu/encap.c +++ b/src/gtpu/encap.c @@ -917,7 +917,6 @@ static int gtp5g_drop_skb_ipv4(struct sk_buff *skb, struct net_device *dev, { ++pdr->dl_drop_cnt; GTP5G_INF(NULL, "PDR (%u) DL_DROP_CNT (%llu)", pdr->id, pdr->dl_drop_cnt); - dev_kfree_skb(skb); return PKT_DROPPED; } From 973d001b25832c5a8e8d34f6381eb0c705fb523d Mon Sep 17 00:00:00 2001 From: Tim Liu Date: Thu, 12 Dec 2024 10:11:57 +0000 Subject: [PATCH 2/2] update DRV_VERSION to v0.9.5 --- include/genl_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/genl_version.h b/include/genl_version.h index 7e391d4..01764f2 100644 --- a/include/genl_version.h +++ b/include/genl_version.h @@ -3,7 +3,7 @@ #include "genl.h" -#define DRV_VERSION "0.9.4" +#define DRV_VERSION "0.9.5" enum gtp5g_version { GTP5G_VERSION