mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-12 13:10:45 +02:00
avoid executing unsafe functions if we get a terminating signal while handling SIGCHLD; reject attempts to modify some attributes for readonly variables; more changes for unlocked stdio functions; quoting fixes for uncommon cases where IFS = ^A and the word is not being split
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
after f1:declare -ar a=([0]="1")
|
||||
./attr.tests: line 17: a: readonly variable
|
||||
./attr.tests: line 17: f2: a: readonly variable
|
||||
after f2:declare -ar a=([0]="1")
|
||||
./attr.tests: line 18: a: readonly variable
|
||||
after f3:declare -ar a=([0]="1")
|
||||
@@ -17,7 +17,7 @@ declare -r p="1"
|
||||
declare -ar r=([0]="1")
|
||||
./attr1.sub: line 36: r: readonly variable
|
||||
declare -ar r=([0]="1")
|
||||
./attr1.sub: line 40: r: readonly variable
|
||||
./attr1.sub: line 40: f: r: readonly variable
|
||||
declare -ar r=([0]="1")
|
||||
./attr1.sub: line 44: readonly: r: readonly variable
|
||||
declare -ar r=([0]="1")
|
||||
|
||||
Reference in New Issue
Block a user