Impact
Several overflows may occur in switch case '[' when the input pattern contains many escaped characters. The added backslashes leave too little space in the output pattern when processing nested brackets such that the remaining input length exceeds the output capacity.
Patches
Fixed in 4d5518a and a8dd531, or update to 0.12.7 or later.
References
#103
Impact
Several overflows may occur in switch case '[' when the input pattern contains many escaped characters. The added backslashes leave too little space in the output pattern when processing nested brackets such that the remaining input length exceeds the output capacity.
Patches
Fixed in 4d5518a and a8dd531, or update to 0.12.7 or later.
References
#103