1 From https://ftp.gnu.org/gnu/bash/bash-4.4-patches/bash44-010
3 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
11 Bug-Reported-by: Clark Wang <dearvoid@gmail.com>
12 Bug-Reference-ID: <CADv8-og092RvvUUHy46=BPKChCXw5g=GOOqgN0V3f4a3TpLebQ@mail.gmail.com>
13 Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2016-11/msg00104.html
17 Depending on compiler optimizations and behavior, the `read' builtin may not
18 save partial input when a timeout occurs.
20 Patch (apply with `patch -p0'):
22 *** bash-4.4-patched/builtins/read.def 2016-05-16 14:24:56.000000000 -0400
23 --- b/builtins/read.def 2016-11-25 12:37:56.000000000 -0500
27 register char *varname;
28 ! int size, i, nr, pass_next, saw_escape, eof, opt, retval, code, print_ps2;
29 int input_is_tty, input_is_pipe, unbuffered_read, skip_ctlesc, skip_ctlnul;
30 int raw, edit, nchars, silent, have_timeout, ignore_delim, fd, lastsig, t_errno;
33 register char *varname;
34 ! int size, nr, pass_next, saw_escape, eof, opt, retval, code, print_ps2;
36 int input_is_tty, input_is_pipe, unbuffered_read, skip_ctlesc, skip_ctlnul;
37 int raw, edit, nchars, silent, have_timeout, ignore_delim, fd, lastsig, t_errno;
39 *** bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400
40 --- b/patchlevel.h 2016-10-01 11:01:28.000000000 -0400
43 looks for to find the patch level (for the sccs version string). */
45 ! #define PATCHLEVEL 9
47 #endif /* _PATCHLEVEL_H_ */
49 looks for to find the patch level (for the sccs version string). */
51 ! #define PATCHLEVEL 10
53 #endif /* _PATCHLEVEL_H_ */