]> git.pld-linux.org Git - packages/XFree86.git/blob - XFree86-xterm-can-2003-0063.patch
- outdated
[packages/XFree86.git] / XFree86-xterm-can-2003-0063.patch
1 --- XFree86-4.3.0/xc/programs/xterm/charproc.c.xterm-can-2003-0063      2003-02-06 18:09:42.000000000 -0500
2 +++ XFree86-4.3.0/xc/programs/xterm/charproc.c  2003-02-25 05:10:42.000000000 -0500
3 @@ -3867,11 +3867,16 @@
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         report_win_label(screen, 'l', &text,
12                          XGetWMName(
13                                        screen->display,
14                                        VShellWindow,
15                                        &text));
16 +#endif
17         break;
18  
19      default:                   /* DECSLPP (24, 25, 36, 48, 72, 144) */
This page took 0.028005 seconds and 3 git commands to generate.