From e4834dd978b7b02471affb90d1779cf849cb96b0 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Mon, 23 Jun 2025 20:32:38 +0000 Subject: [PATCH] security/snort3: Remove unneeded patch --- ...ect_http2__hpack__cookie__header__buffer.h | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 security/snort3/files/patch-src_service__inspectors_http2__inspect_http2__hpack__cookie__header__buffer.h diff --git a/security/snort3/files/patch-src_service__inspectors_http2__inspect_http2__hpack__cookie__header__buffer.h b/security/snort3/files/patch-src_service__inspectors_http2__inspect_http2__hpack__cookie__header__buffer.h deleted file mode 100644 index f3fc53d7827c..000000000000 --- a/security/snort3/files/patch-src_service__inspectors_http2__inspect_http2__hpack__cookie__header__buffer.h +++ /dev/null @@ -1,20 +0,0 @@ ---- src/service_inspectors/http2_inspect/http2_hpack_cookie_header_buffer.h.orig 2025-05-20 07:49:41 UTC -+++ src/service_inspectors/http2_inspect/http2_hpack_cookie_header_buffer.h -@@ -30,7 +30,7 @@ class Http2CookieHeaderBuffer final - - class Http2CookieHeaderBuffer final - { -- using u8string = std::basic_string; -+ using u8string = std::basic_string; - public: - void append_value(const uint8_t* start, int32_t length); - bool append_header_in_decoded_headers(uint8_t* decoded_header_buffer, -@@ -45,7 +45,7 @@ class Http2CookieHeaderBuffer final - } - - private: -- u8string buffer = (const uint8_t*)""; -+ u8string buffer = (const char*)""; - - static const uint32_t initial_buffer_size = 1024; - static const uint8_t* cookie_key;