[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#914265: marked as done (stretch-pu: package xkeycaps/2.47-4.1+deb9u1)



Your message dated Sat, 16 Feb 2019 11:36:33 +0000
with message-id <1550316993.21192.50.camel@adam-barratt.org.uk>
and subject line Closing bugs for updates included in 9.8
has caused the Debian Bug report #914265,
regarding stretch-pu: package xkeycaps/2.47-4.1+deb9u1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
914265: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914265
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

please unblock xkeycaps/2.47-4.1+deb9u1. It fixes a segfault if more
than 8 keysyms per key are present, which is apparently the case in
the default setup nowadays.

Christoph
No differences were encountered between the control files

diff -Nru xkeycaps-2.47/commands.c xkeycaps-2.47/commands.c
--- xkeycaps-2.47/commands.c	2005-02-22 23:33:15.000000000 +0100
+++ xkeycaps-2.47/commands.c	2018-11-21 10:08:41.000000000 +0100
@@ -440,6 +440,7 @@
 	      keysyms = XGetKeyboardMapping (XtDisplay (widget),
 					     key->key.keycode,
 					     1, &count);
+	      if (count > 8) count = 8; /* FIXME: we are only prepared for 8 names per key, clip here */
 	      if (! keysyms) count = 0;
 	      all [all_count].key = key;
 	      for (; count > 0; count--)
diff -Nru xkeycaps-2.47/debian/changelog xkeycaps-2.47/debian/changelog
--- xkeycaps-2.47/debian/changelog	2018-11-21 10:08:41.000000000 +0100
+++ xkeycaps-2.47/debian/changelog	2018-11-21 10:08:41.000000000 +0100
@@ -1,3 +1,10 @@
+xkeycaps (2.47-4.1+deb9u1) stretch; urgency=medium
+
+  * Prevent segfault in commands.c when more than 8 keysyms per key are
+    present. (Closes: #914262)
+
+ -- Christoph Berg <christoph.berg@credativ.de>  Wed, 21 Nov 2018 09:47:46 +0100
+
 xkeycaps (2.47-4.1) unstable; urgency=medium
 
   * Non-maintainer upload.

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Version: 9.8

Hi,

The update referenced by each of these bugs was included in this
morning's stretch point release.

Regards,

Adam

--- End Message ---

Reply to: