]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/readline/readline63-003
d2cad94f97f5dbf9d86608af00f11f0200a8038e
[ipfire-2.x.git] / src / patches / readline / readline63-003
1 READLINE PATCH REPORT
2 =====================
3
4 Readline-Release: 6.3
5 Patch-ID: readline63-003
6
7 Bug-Reported-by:
8 Bug-Reference-ID:
9 Bug-Reference-URL:
10
11 Bug-Description:
12
13 There are debugging functions in the readline release that are theoretically
14 exploitable as security problems. They are not public functions, but have
15 global linkage.
16
17 Patch (apply with `patch -p0'):
18
19 *** ../readline-6.3/util.c 2013-09-02 13:36:12.000000000 -0400
20 --- util.c 2014-03-20 10:25:53.000000000 -0400
21 ***************
22 *** 477,480 ****
23 --- 479,483 ----
24 }
25
26 + #if defined (DEBUG)
27 #if defined (USE_VARARGS)
28 static FILE *_rl_tracefp;
29 ***************
30 *** 539,542 ****
31 --- 542,546 ----
32 }
33 #endif
34 + #endif /* DEBUG */
35
36
37 *** ../readline-6.3/patchlevel 2013-11-15 08:11:11.000000000 -0500
38 --- patchlevel 2014-03-21 08:28:40.000000000 -0400
39 ***************
40 *** 1,3 ****
41 # Do not edit -- exists only for use by patch
42
43 ! 2
44 --- 1,3 ----
45 # Do not edit -- exists only for use by patch
46
47 ! 3