]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/readline/readline63-003
readline: Update to 6.3.
[ipfire-2.x.git] / src / patches / readline / readline63-003
CommitLineData
c02899be
MT
1 READLINE PATCH REPORT
2 =====================
3
4Readline-Release: 6.3
5Patch-ID: readline63-003
6
7Bug-Reported-by:
8Bug-Reference-ID:
9Bug-Reference-URL:
10
11Bug-Description:
12
13There are debugging functions in the readline release that are theoretically
14exploitable as security problems. They are not public functions, but have
15global linkage.
16
17Patch (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