diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2026-03-10 12:49:49 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2026-03-10 12:49:49 +0100 |
| commit | c61bb295f8ecde9a8dfb922aad56c58f1b8008e7 (patch) | |
| tree | 33d4186168de7d5c954c12d29534cc19797b5f74 /debian/patches/0150-Fix_crash.patch | |
| parent | 61d09f5d502c7cdb72ef2cf67064d2e3f99a082d (diff) | |
New d/p/0605-man.patch; Remove old patches
Diffstat (limited to 'debian/patches/0150-Fix_crash.patch')
| -rw-r--r-- | debian/patches/0150-Fix_crash.patch | 21 |
1 files changed, 0 insertions, 21 deletions
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", |
