Bash-4.4 patch 17
This commit is contained in:
parent
c9f1b04651
commit
b3a5ec8dd5
2 changed files with 6 additions and 1 deletions
|
|
@ -690,6 +690,11 @@ add_char:
|
||||||
input_string[i] = '\0';
|
input_string[i] = '\0';
|
||||||
CHECK_ALRM;
|
CHECK_ALRM;
|
||||||
|
|
||||||
|
#if defined (READLINE)
|
||||||
|
if (edit)
|
||||||
|
free (rlbuf);
|
||||||
|
#endif
|
||||||
|
|
||||||
if (retval < 0)
|
if (retval < 0)
|
||||||
{
|
{
|
||||||
t_errno = errno;
|
t_errno = errno;
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,6 @@
|
||||||
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
|
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
|
||||||
looks for to find the patch level (for the sccs version string). */
|
looks for to find the patch level (for the sccs version string). */
|
||||||
|
|
||||||
#define PATCHLEVEL 16
|
#define PATCHLEVEL 17
|
||||||
|
|
||||||
#endif /* _PATCHLEVEL_H_ */
|
#endif /* _PATCHLEVEL_H_ */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue