summaryrefslogtreecommitdiff
path: root/pcr/multipath-tools/buffer-overflows.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/multipath-tools/buffer-overflows.patch')
-rw-r--r--pcr/multipath-tools/buffer-overflows.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/pcr/multipath-tools/buffer-overflows.patch b/pcr/multipath-tools/buffer-overflows.patch
deleted file mode 100644
index 7d84ea91c..000000000
--- a/pcr/multipath-tools/buffer-overflows.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/libmultipath/prioritizers/hds.c b/libmultipath/prioritizers/hds.c
-index f748707..1cec8a7 100644
---- a/libmultipath/prioritizers/hds.c
-+++ b/libmultipath/prioritizers/hds.c
-@@ -125,7 +125,7 @@ int hds_modular_prio (const char *dev, int fd)
- return -1;
- }
-
-- snprintf (vendor, 9, "%.8s", inqBuffp + 8);
-+ snprintf (vendor, 8, "%.8s", inqBuffp + 8);
- snprintf (product, 17, "%.16s", inqBuffp + 16);
- snprintf (serial, 5, "%.4s", inqBuffp + 40);
- snprintf (ldev, 5, "%.4s", inqBuffp + 44); \ No newline at end of file