7 Bug-Reported-by: Fabien Orjollet <of1@disroot.org>
9 Bug-Reference-URL: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023776
13 Patch (apply with `patch -p0'):
15 Using timeouts and readline editing with the `read' builtin (read -e -t) can
16 leave the readline timeout enabled, potentially resulting in an erroneous
17 timeout on the next call.
19 *** ../bash-5.2-patched/builtins/read.def 2022-06-02 14:23:19.000000000 -0400
20 --- builtins/read.def 2022-11-10 10:27:45.000000000 -0500
25 shtimer_clear (read_timeout);
26 + #if defined (READLINE)
27 + rl_clear_timeout ();
31 *** ../bash-5.2/patchlevel.h 2020-06-22 14:51:03.000000000 -0400
32 --- patchlevel.h 2020-10-01 11:01:28.000000000 -0400
35 looks for to find the patch level (for the sccs version string). */
37 ! #define PATCHLEVEL 10
39 #endif /* _PATCHLEVEL_H_ */
41 looks for to find the patch level (for the sccs version string). */
43 ! #define PATCHLEVEL 11
45 #endif /* _PATCHLEVEL_H_ */