[Debian-ha-commits] [ocfs2-tools] 01/02: Fix debugfs segfault (Closes: #715810)
Valentin Vidic
vvidic-guest at moszumanska.debian.org
Thu Jul 14 07:15:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
vvidic-guest pushed a commit to branch master
in repository ocfs2-tools.
commit 36ebe43747922e7b2c373cd2c4f53e5642f538d0
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date: Wed Jul 13 16:24:32 2016 +0200
Fix debugfs segfault (Closes: #715810)
---
debian/patches/debugfs-segfault.patch | 11 +++++++++++
debian/patches/series | 1 +
2 files changed, 12 insertions(+)
diff --git a/debian/patches/debugfs-segfault.patch b/debian/patches/debugfs-segfault.patch
new file mode 100644
index 0000000..d818e21
--- /dev/null
+++ b/debian/patches/debugfs-segfault.patch
@@ -0,0 +1,11 @@
+--- a/debugfs.ocfs2/main.c
++++ b/debugfs.ocfs2/main.c
+@@ -198,7 +198,7 @@
+ { "noprompt", 0, 0, 'n' },
+ { "decode", 0, 0, 'd' },
+ { "encode", 0, 0, 'e' },
+- { "superblock", 0, 0, 's' },
++ { "superblock", 1, 0, 's' },
+ { "image", 0, 0, 'i' },
+ { 0, 0, 0, 0}
+ };
diff --git a/debian/patches/series b/debian/patches/series
index 990ec0a..a2ff6a5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ ocfs2-init-script.patch
o2cb-init-script.patch
ocfs2-udev-rule.patch
o2cb-ctl-virtio.patch
+debugfs-segfault.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/ocfs2-tools.git
More information about the Debian-HA-Commits
mailing list