mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 18:22:25 +02:00
commit bash-20190719 snapshot
This commit is contained in:
@@ -612,6 +612,8 @@ matched:
|
||||
{
|
||||
brcnt++;
|
||||
brchr = *p;
|
||||
/* If brchr == ':' we need to check that the rest of the characters
|
||||
form a valid character class name. */
|
||||
}
|
||||
/* we only want to check brchr if we set it above */
|
||||
else if (c == L(']') && brcnt > 1 && brchr != 0 && oc == brchr)
|
||||
|
||||
Reference in New Issue
Block a user