From c61bb295f8ecde9a8dfb922aad56c58f1b8008e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 10 Mar 2026 12:49:49 +0100 Subject: New d/p/0605-man.patch; Remove old patches --- debian/patches/0150-Fix_crash.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 debian/patches/0150-Fix_crash.patch (limited to 'debian/patches/0150-Fix_crash.patch') diff --git a/debian/patches/0150-Fix_crash.patch b/debian/patches/0150-Fix_crash.patch deleted file mode 100644 index c6c5af7..0000000 --- a/debian/patches/0150-Fix_crash.patch +++ /dev/null @@ -1,21 +0,0 @@ -Description: Fix crash with -u option -Origin: upstream, http://git.savannah.gnu.org/cgit/dmidecode.git/commit/?id=11e134e54d15e67a64c39a623f492a28df922517 -Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=987033 -Last-Update: 2021-05-07 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/dmidecode.c -=================================================================== ---- trunk.orig/dmidecode.c -+++ trunk/dmidecode.c -@@ -248,9 +248,9 @@ static void dmi_dump(const struct dmi_he - { - int j, l = strlen(s) + 1; - -- off = 0; - for (row = 0; row < ((l - 1) >> 4) + 1; row++) - { -+ off = 0; - for (j = 0; j < 16 && j < l - (row << 4); j++) - off += sprintf(raw_data + off, - j ? " %02X" : "%02X", -- cgit v1.2.3