source: npl/overig/readline/readline-6.3-patches/readline63-003 @ 5160d62

perl-5.22
Last change on this file since 5160d62 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 985 bytes
RevLine 
[c5c522c]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
Note: See TracBrowser for help on using the repository browser.