debian/changelog | 6 ++++++ debian/patches/100_fix_crash_with_tektronix_mode.diff | 12 ++++++++++++ debian/patches/series | 1 + 3 files changed, 19 insertions(+)
New commits: commit 3510336bdce4fcaef84494f09eb3b75d8e4a78cd Author: Cyril Brulebois <k...@debian.org> Date: Mon Aug 27 02:14:44 2012 +0200 Upload to unstable. diff --git a/debian/changelog b/debian/changelog index bbf158c..589b3f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -xterm (278-2) UNRELEASED; urgency=low +xterm (278-2) unstable; urgency=low * Fix crash in Tektronix mode (Closes: #685458). - -- Cyril Brulebois <k...@debian.org> Mon, 27 Aug 2012 02:13:47 +0200 + -- Cyril Brulebois <k...@debian.org> Mon, 27 Aug 2012 02:14:38 +0200 xterm (278-1) unstable; urgency=low commit 68e24d5543548a45917b8fc733a4aef44372ca45 Author: Cyril Brulebois <k...@debian.org> Date: Mon Aug 27 02:14:33 2012 +0200 Fix crash in Tektronix mode (Closes: #685458). diff --git a/debian/changelog b/debian/changelog index 8b84a21..bbf158c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xterm (278-2) UNRELEASED; urgency=low + + * Fix crash in Tektronix mode (Closes: #685458). + + -- Cyril Brulebois <k...@debian.org> Mon, 27 Aug 2012 02:13:47 +0200 + xterm (278-1) unstable; urgency=low * New upstream release diff --git a/debian/patches/100_fix_crash_with_tektronix_mode.diff b/debian/patches/100_fix_crash_with_tektronix_mode.diff new file mode 100644 index 0000000..eade1a1 --- /dev/null +++ b/debian/patches/100_fix_crash_with_tektronix_mode.diff @@ -0,0 +1,12 @@ +Fix crash in Tektronix mode (#685458). +--- a/input.c ++++ b/input.c +@@ -832,7 +832,7 @@ Input(XtermWidget xw, + { + #if OPT_I18N_SUPPORT && OPT_INPUT_METHOD + TInput *input = lookupTInput(xw, (Widget) xw); +- if (input->xic) { ++ if (input && input->xic) { + Status status_return; + #if OPT_WIDE_CHARS + if (screen->utf8_mode) { diff --git a/debian/patches/series b/debian/patches/series index 0a584d1..98395e1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ 900_debian_xterm.diff 902_windowops.diff 904_fontops.diff +100_fix_crash_with_tektronix_mode.diff -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1t5nna-0004ev...@vasks.debian.org