From 10297249275ab298544c9e34b49e8b61a6ad448c Mon Sep 17 00:00:00 2001 From: Esteban Carnevale Date: Thu, 24 Apr 2014 18:39:54 -0300 Subject: multipath-tools-0.5.0-1: add new package to [pcr] --- pcr/multipath-tools/buffer-overflows.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pcr/multipath-tools/buffer-overflows.patch (limited to 'pcr/multipath-tools/buffer-overflows.patch') diff --git a/pcr/multipath-tools/buffer-overflows.patch b/pcr/multipath-tools/buffer-overflows.patch new file mode 100644 index 000000000..7d84ea91c --- /dev/null +++ b/pcr/multipath-tools/buffer-overflows.patch @@ -0,0 +1,13 @@ +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 -- cgit v1.2.3