7 Bug-Reported-by: srobertson@peratonlabs.com
9 Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-bash/2022-09/msg00049.html
13 It's possible for readline to try to zero out a line that's not null-
14 terminated, leading to a memory fault.
16 Patch (apply with `patch -p0'):
18 *** ../bash-5.2-patched/lib/readline/display.c 2022-04-05 10:47:31.000000000 -0400
19 --- lib/readline/display.c 2022-12-13 13:11:22.000000000 -0500
25 ! temp = visible_line;
34 ! memset (visible_line, 0, line_size);
39 *** ../bash-5.2/patchlevel.h 2020-06-22 14:51:03.000000000 -0400
40 --- patchlevel.h 2020-10-01 11:01:28.000000000 -0400
43 looks for to find the patch level (for the sccs version string). */
45 ! #define PATCHLEVEL 21
47 #endif /* _PATCHLEVEL_H_ */
49 looks for to find the patch level (for the sccs version string). */
51 ! #define PATCHLEVEL 22
53 #endif /* _PATCHLEVEL_H_ */