]> git.pld-linux.org Git - packages/XFree86.git/blob - XFree86-xterm-can-2003-0063.patch
- security notes (some well-known issues - nobody cares anyway)
[packages/XFree86.git] / XFree86-xterm-can-2003-0063.patch
1 --- XFree86-4.2.1/xc/programs/xterm/charproc.c.orig     Mon Jan  7 22:02:44 2002
2 +++ XFree86-4.2.1/xc/programs/xterm/charproc.c  Sat May 17 22:28:05 2003
3 @@ -3752,11 +3752,17 @@
4                 break;
5  
6         case 21:        /* Report the window's title */
7 +/* This code block is disabled to fix a security issue reported
8 + * in CAN-2003-0063
9 + */
10 +#if 0
11 +
12                 report_win_label(screen, 'l', &text,
13                         XGetWMName(
14                                 screen->display,
15                                 VShellWindow,
16                                 &text));
17 +#endif
18                 break;
19  
20         default: /* DECSLPP (24, 25, 36, 48, 72, 144) */
This page took 0.024956 seconds and 3 git commands to generate.