public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ncrack] rawhide: remove unused patches
Date: Sun, 26 Jul 2026 03:09:48 GMT	[thread overview]
Message-ID: <178503538845.1.10156041096404583746.rpms-ncrack-eb17bee4545c@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ncrack
Branch : rawhide
Commit : eb17bee4545ce0e97b686c13f331a2342e9df9e1
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-07-26T00:09:38-03:00
Stats  : +0/-11 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ncrack/c/eb17bee4545ce0e97b686c13f331a2342e9df9e1?branch=rawhide

Log:
remove unused patches

---
diff --git a/ncrack-nullcheck.patch b/ncrack-nullcheck.patch
deleted file mode 100644
index 4ae1b98..0000000
--- a/ncrack-nullcheck.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ncrack-0.6.0/ncrack_resume.cc	2017-10-12 08:29:07.000000000 +0200
-+++ ncrack-0.6.0/ncrack_resume.cc.new	2019-01-18 20:04:43.014510302 +0100
-@@ -527,7 +527,7 @@
- 
-       j = 0;
-       buf[j++] = *q;
--      while (*q != '\0' && j < sizeof(buf)) {
-+      while ((q != NULL) && (j < sizeof(buf))) {
-         q++;
-         if (q - filestr >= filelen)
-           fatal("Corrupted file! Error 5\n");

                 reply	other threads:[~2026-07-26  3:09 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=178503538845.1.10156041096404583746.rpms-ncrack-eb17bee4545c@fedoraproject.org \
    --to=rosset.filipe@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