public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peter Lemenkov <lemenkov@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/wireshark] rawhide: Remove stray patch which was applied upstream
Date: Tue, 08 Sep 2026 13:38:39 GMT [thread overview]
Message-ID: <178887471935.1.13773592962546936692.rpms-wireshark-c985dfbd4186@fedoraproject.org> (raw)
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;
-
reply other threads:[~2026-09-08 13:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178887471935.1.13773592962546936692.rpms-wireshark-c985dfbd4186@fedoraproject.org \
--to=lemenkov@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox