summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-14 12:26:48 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-14 12:26:48 +0200
commitc8ec2bfa7b4d47a8e20cc311fd577002474b15c6 (patch)
treef37bf5dc61455c83e965dd6597abf1e3f30aa709 /debian/patches
parentfe6fa5c5a90206e28c8edd2c4dec32ccaa84c709 (diff)
some bug work
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/110_dispwin_segfault.patch20
-rw-r--r--debian/patches/series1
2 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/110_dispwin_segfault.patch b/debian/patches/110_dispwin_segfault.patch
new file mode 100644
index 0000000..e08e924
--- /dev/null
+++ b/debian/patches/110_dispwin_segfault.patch
@@ -0,0 +1,20 @@
+Description: Add check for NULL pointer
+Author: Jörg Frings-Fürst <debian@jff-webhsoting.net>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700253
+Forwarded: Yes, to ML
+Reviewed-by:
+Last-Update: 2014-09-10
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/spectro/dispwin.c
+===================================================================
+--- trunk.orig/spectro/dispwin.c 2014-09-10 16:05:36.633175564 +0200
++++ trunk/spectro/dispwin.c 2014-09-10 16:06:16.781967935 +0200
+@@ -5493,6 +5493,7 @@
+
+ /* Display number */
+ else if (argv[fa][1] == 'd') {
++ if(na == NULL) usage("-d parameter missing");
+ if (strncmp(na,"web",3) == 0
+ || strncmp(na,"WEB",3) == 0) {
+ webdisp = 8080;
diff --git a/debian/patches/series b/debian/patches/series
index 17d3b70..53ef377 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+110_dispwin_segfault.patch
100_spelling.patch
15_jam.patch
#10_spectro_inst.patch