public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/wireshark] rawhide: Remove stray patch which was applied upstream
@ 2026-09-08 13:38 Peter Lemenkov
  0 siblings, 0 replies; only message in thread
From: Peter Lemenkov @ 2026-09-08 13:38 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/wireshark
            Branch : rawhide
            Commit : c985dfbd418635c49ac9bc0dfd03758a2b9c1b6b
            Author : Peter Lemenkov <lemenkov@gmail.com>
            Date   : 2026-09-08T15:37:55+02:00
            Stats  : +0/-18 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/wireshark/c/c985dfbd418635c49ac9bc0dfd03758a2b9c1b6b?branch=rawhide

            Log:
            Remove stray patch which was applied upstream

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>

---
diff --git a/wireshark-0003-fix-string-overrun-in-plugins-profinet.patch b/wireshark-0003-fix-string-overrun-in-plugins-profinet.patch
deleted file mode 100644
index 7e9cb39..0000000
--- a/wireshark-0003-fix-string-overrun-in-plugins-profinet.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-From: Peter Hatina <phatina@redhat.com>
-Date: Wed, 4 Sep 2013 10:03:57 +0200
-Subject: [PATCH] fix string overrun in plugins/profinet
-
-
-diff --git a/plugins/epan/profinet/packet-dcom-cba.c b/plugins/epan/profinet/packet-dcom-cba.c
-index 52c5017e1f..fb980269db 100644
---- a/plugins/epan/profinet/packet-dcom-cba.c
-+++ b/plugins/epan/profinet/packet-dcom-cba.c
-@@ -543,7 +543,7 @@ dissect_ICBAPhysicalDevice_get_LogicalDevice_rqst(tvbuff_t *tvb, int offset,
-     packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep)
- {
-     uint32_t     u32Pointer;
--    char         szStr[1000];
-+    char         szStr[1000] = "";
-     uint32_t     u32MaxStr = sizeof(szStr);
-     char        *call;
- 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-08 13:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-08 13:38 [rpms/wireshark] rawhide: Remove stray patch which was applied upstream Peter Lemenkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox