public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ncrack] rawhide: remove unused patches
@ 2026-07-26  3:09 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-26  3:09 UTC (permalink / raw)
  To: git-commits

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");

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

only message in thread, other threads:[~2026-07-26  3:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-26  3:09 [rpms/ncrack] rawhide: remove unused patches Filipe Rosset

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