tag 284820 patch
thanks

Hey,

aterm had this exact same bug and I was able to track it down to an
uninitialized variable. The attached patch fixes the bug.

Regards,

-- 
Göran Weinholt <[EMAIL PROTECTED]>
Debian developer, sysadmin, netadmin
--- wterm-6.2.9/src/command.c~  2005-08-06 02:35:37.000000000 +0200
+++ wterm-6.2.9/src/command.c   2005-08-06 02:35:44.000000000 +0200
@@ -1344,7 +1344,7 @@
     {NULL, 0};
     static unsigned char kbuf[KBUFSZ];
     int             ctrl, meta, shft, len;
-    KeySym          keysym;
+    KeySym          keysym = 0;
 
 /*
  * use Num_Lock to toggle Keypad on/off.  If Num_Lock is off, allow an

Attachment: signature.asc
Description: Digital signature

Reply via email to