You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On VMS only there is some very old code that has been making blind
use of $1 without knowing if the match succeeded. If $1 happens to
be empty when the match fails, no harm is done, but if it has a
value in it whose length is longer than the position of the final
'X' in the template pattern, _gettemp ends up with a negative
offset and things go off the rails. ext/File-Find/t/taint.t has
been failing in core because of this.
Fixed upstream:
Perl-Toolchain-Gang/File-Temp@d640d0d
0 commit comments