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
|
Rev | Line | |
---|
[c5c522c] | 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 |
---|
Note: See
TracBrowser
for help on using the repository browser.