Lines Matching refs:could

8 10-02-12  A bug which could occur if the last line of a script was an eval
38 a subshell could trigger twice has been fixed.
39 09-12-03 A bug in which SHLVL exported with some attributes could cause
41 09-12-02 A bug with pipefail in which the shell could hang waiting for the
43 09-11-30 A bug in which a trap could be inherited by the first element of
71 09-10-12 A bug in which a function loaded in a subshell could leave side
82 09-09-17 A bug in which unsetting SVLVL could cause a script invoked by
84 09-09-16 A bug in which a pipeline in a here-document could hang when the
90 09-09-09 A bug in which a subshell containing a background process could
110 09-08-23 A bug in the handling of the trap on SIGPIPE that could lead to a
113 that could cause a core dump on some systems has been fixed.
120 09-08-18 A bug in which compound variable instances could be lost after
128 09-08-06 A bug in which setting the trap on CHLD to ignore could cause
169 substitution could cause the command substitution to hang has been
173 09-05-12 A bug which could cause a core dump when a variable whose name
187 09-03-31 A bug in which a nested command substitution with redirections could
207 09-03-03 A bug in which an expansion of the form ${!prefix@} could generate
209 09-02-02 A bug in restricted mode in which the value of ENV could be
215 09-02-02 A bug in which a function autoloaded in a subshell could cause
223 09-01-28 A bug in which a command substitution could return an exit status
235 a process could be ignored when the process is running a sub-shell
238 could cause a memory fault has been fixed.
247 after encountering a variable that it could not unset to
252 for could, in rare instances, cause the shell to go into an infinite
255 non-existent sub-variable in an arithmetic expression could cause
261 08-12-19 A bug which could cause command substitution to hang when the
273 08-12-10 A bug where function stack misalignment could cause a bus error
279 08-12-07 A timing bug on some systems (for example darwin), that could
299 08-11-20 A bug which could cause a core dump if a function compiled with
304 set for an instance could appear twice when displaying the variable
308 08=11-10 A bug in which the exit status of a command could be lost if the pid
312 08-11-06 A bug which could cause a core dump when the _ reference variable was
316 08-10-31 Variable scoping/initialization bugs that could dump core were fixed.
320 08-10-18 A bug in array scoping that could dump core has been fixed.
366 08-09-10 A bug in which a subshell that spawned a background process could
369 08-09-10 A timing bug on some systems that could cause coprocesses started by a
377 complete when the subshell terminated could prevent a coprocess
384 08-09-01 A bug in the subshell cleanup code that could cause SIGSEGV has
402 08-08-01 A bug with the pipefail option in which a nested pipeline could
407 from with a here document could cause a syntax error has been fixed.
414 compound variable .sh.stats keeps usage statistics that could help
433 08-06-19 A bug in which a syntax error in a dot script could generated
437 08-06-16 A bug in which printf "%B" could generate an exception when the
441 08-06-14 A bug that could effect the drawing of the screen from multiline
443 08-06-13 A bug in which a compound variable defined in a subshell could
473 as an argument to another function could cause an incorrect binding.
511 08-05-01 A bug in the multiline edit mode which could cause the current
517 08-04-30 A bug which could cause a coprocess to hang when the read end
540 08-03-24 A bug which could cause a memory exception when a compound variable
551 08-03-14 A bug in which using monitor mode from within a script could
562 08-03-04 A bug in multiline mode in emacs and vi mode which could cause the
624 08-01-31 A bug in which command substitution inside ((...)) could cause
626 08-01-17 A bug in which discipline functions could be deleted when invoked
631 compound assignment could fail has been fixed.
635 an array assignment could cause a core dump has been fixed.
640 continued could loose the exit status has been fixed.
649 07-11-28 A bug in which setting IFS to readonly could cause a subsequent
651 07-11-27 A work around for a gcc 4.* C99 "feature" that could cause a job
654 07-11-27 A bug in which the shell could read ahead on a pipe causing the
674 name+=([sub]=value) could cause the array to become an associative
676 07-11-14 A bug in which typeset without arguments could coredump if a
680 a function could corrupt memory has been fixed.
681 07-11-14 A bug which could cause a core dump when a script invoked by name
697 07-09-14 A bug in which could cause a core dump when more than 8 file
703 07-09-06 A bug in which subprocess cleanup could corrupt the malloc() heap
706 could cause the subscript to be evaluated as an arithmetic expression
710 07-08-14 A bug which could cause a core dump when a compound assignment was
718 07-08-02 A bug in which read x[1] could core dump has been fixed.
720 of an element that hasn't been assigned could lead to a core dump
722 07-07-31 A bug in which a pipeline that completed correctly could have
748 function could cause a pipeline that invokes this function to
755 name), could leave the terminal in raw mode has been fixed.
756 07-03-06 A bug in which read could core dump when specified with an array
780 06-12-29 A bug in which the value of IFS could be changed after a command
792 06-11-14 A bug which could cause a core dump if a file descriptor for
820 06-10-03 A bug in the processing of >(...) with builtins which could
866 06-06-13 A window between fork/exec in which a signal could get lost
887 06-04-25 A bug in the vi edit mode which could cause the shell to core dump
891 06-04-04 A bug in which discipline functions could not be added to variables
899 with function name could not be used with compound variables has
905 would create a job that could not be restarted has been fixed.
910 06-01-23 A bug in which print -u<n> could fail when file descriptor <n> was
914 05-12-24 A bug which could lead to a core dump when elements of a compound
940 05-10-17 A bug in which the library path variable could be prefixed
946 command could go into an infinite loop has been fixed.
961 05-06-24 A race condition which could cause the exit status to get lost
965 05-06-21 A bug in the macro expander has been fixed which could cause a
994 05-03-03 A bug where a SIGCHLD interrupt could cause a fifo open to fail has
996 05-02-25 A bug in which a builtin command run in the background could
997 keep a file descriptor open which could cause a foreground
1010 to a numbered file descriptor could cause it to close has been fixed.
1039 04-11-25 A bug in which standard error could be closed after a redirection
1041 04-11-17 A bug in which an expansion of the form ${array[@]:3} could expand
1076 04-05-24 A bug in which an associative array without any elements could
1080 04-05-11 A bug in which an exec statement could close the script that
1086 04-04-05 A bug in which the positioning of standard input could be incorrect
1088 04-03-30 A bug in the for loop optimizer which in rare cases could cause
1107 04-01-20 A bug in which an unset discipline function could cause a core
1110 inside a function defined with name() syntax could affect
1123 03-12-05 A bug in which the shell could hang when set -x tracing a command
1129 leader that could cause it to fail has been fixed.
1130 03-12-05 A problem in which a shell could core dump after receiving a signal
1135 03-11-21 A bug introduced in ksh93o in which the DEBUG trap could get
1138 non-lvalue could cause a core dump has been fixed.
1143 a function definition could get corrupted has been fixed.
1147 03-09-22 A bug in which a script without a leading #! could get executed
1172 03-07-20 A bug in which could cause memory corruption when a posix
1174 03-07-15 A bug in which a file descriptor>2 could be closed before
1181 variable could cause a core dump has been fixed.
1183 could cause to core dump has been fixed.
1186 03-96-23 A bug in which ${@:offset:len} could core dump when there
1188 03-96-23 A bug in which ${X[@]:offset:len} could core dump when X
1195 03-06-14 A bug in which could cause a core dump on some systems with
1197 03-06-06 A bug in which the shell could core dump when a script was
1200 03-06-05 A bug in which the shell could core dump when a child process
1206 03-05-30 A bug in which the PATH search could give incorrect results when
1213 03-05-20 A bug in which read -N could hang on some systems when reading
1220 could occur when running a function that contained a pipeline
1223 which could cause a pipeline to hang if the first component
1227 03-05-13 A bug in which the name of an identifier could have the string
1271 03-02-14 A bug which could cause a core dump when reading from standard
1286 03-01-09 A bug in which using ${.sh.match} multiple times could lead to
1303 02-11-18 A bug in which modifying array variables in a subshell could leave
1311 the ALRM signal was used internally and could not be used
1315 02-10-31 A bug in which a file opened with exec inside a subshell could
1319 02-10-21 A bug which could cause a core dump when a local SECONDS variable
1322 could return the same name multiple times has been fixed.
1329 02-09-30 A bug which could cause a core dump when changing attributes
1337 02-09-27 A bug in which closing file descriptors 0 through 2 could
1346 3 and 9 could cause a subsequent here document to fail has been
1351 could be interpretted as an array assignment rather than a
1355 02-08-19 A bug which could lead to an exception on some systems (for
1360 02-08-11 A bug in which the last character could be deleted from shell
1363 02-08-01 A bug which could cause a core dump to occur when a shell script
1366 02-08-01 A bug in which command completion in multibyte mode could
1370 02-06-17 A bug in which user defined macros could cause a core dump in
1377 02-06-17 A bug in which background job completion could cause the sleep
1379 02-06-17 A bug in which the shell could core dump if getopts was called
1387 02-06-07 A bug in which function definitions could cause the history count
1389 02-06-05 A bug in read in which share mode could be enabled has been fixed.
1390 02-05-28 A bug which could occur when the last command of a script was
1415 could cause this script to have an invalid pointer leading
1507 01-08-29 A bug introduced in ksh93l which could cause a core dump
1521 01-07-23 A bug in which unset -f invoked in a subshell could unset a
1526 could cause a shell exception has been fixed. Discipline
1585 01-05-07 A bug in which function definitions could be listed as part
1612 character and end of line character could be swapped has
1615 did not have execute permission could set the exit value to
1635 01-03-26 A bug in which valid scripts could produce syntax errors
1639 entered interactively could cause the shell to go into
1665 made by external commands such as stty which could
1694 00-11-20 A timing bug in which the shell could reset the terminal
1732 00-06-26 A bug in which on rare occasions wait could return before all
1776 00-01-28 A bug in which a script could terminate when getopts
1820 99-03-31 A bug in which ksh could run out of file descriptors when
1840 98-04-30 A bug in which a name reference could be created to
1851 a subshell could effect the parent shell has been
1900 97-06-30 A bug in the processing of here-documents that could
1903 97-06-30 A bug caused by a race condition that could cause SIGTERM
1910 97-06-30 A bug which could cause an interactive shell to terminate when
1912 97-06-30 A bug which could cause command substitution of a shell script
1926 97-06-30 A bug in which integer variables could be expanded
1954 96-07-31 A bug in printf that could cause the %E format to
2023 95-04-31 A bug which could incorrectly report a syntax error in
2029 95-04-31 A bug that could lead to memory corruption when a
2032 95-04-31 A bug that could cause a core dump on some systems
2035 95-04-31 A bug which could cause a coprocess to hang when
2045 95-04-31 A bug that could cause the built-in sleep to hang
2050 95-04-31 A bug which could cause a core dump if ksh was invoked with
2052 95-04-31 A bug which could cause a core dump if typeset -A was
2058 Also, a bug in which failed ulimits could cause a core dump
2074 95-04-31 A bug which could cause standard input to be incorrectly
2079 95-04-31 A bug which could cause a core dump if variable TMPDIR was
2126 94-12-31 A bug which could cause a core dump when a discipline
2172 94-06-30 A bug which could cause the job control switch character