69b28ac
--- xterm-222/charproc.c.can-2003-0063	2006-09-28 02:06:28.000000000 +0200
69b28ac
+++ xterm-222/charproc.c	2006-11-22 18:38:28.000000000 +0100
69b28ac
@@ -4587,8 +4587,13 @@
69b28ac
 	break;
69b28ac
 
69b28ac
     case 21:			/* Report the window's title */
69b28ac
+/* This code block is disabled to fix a security issue reported
69b28ac
+ * in CAN-2003-0063
69b28ac
+ */
69b28ac
+#if 0
69b28ac
 	report_win_label(xw, 'l', &text,
69b28ac
 			 XGetWMName(screen->display, VShellWindow, &text));
69b28ac
+#endif
69b28ac
 	break;
69b28ac
 
69b28ac
     default:			/* DECSLPP (24, 25, 36, 48, 72, 144) */