I can reproduce this on Linux with 5.16.0, except that the overflow
happens for me when going from
perl -e 'local $" = ","; print join ",", <a{@{[q{00001}..q{00682}]}}>'
to
perl -e 'local $" = ","; print join ",", <a{@{[q{00001}..q{00683}]}}>'
MAXPATHLEN on my system is 4096.
-doy
---
via perlbug: queue: perl5 status: open
https://rt.perl.org:443/rt3/Ticket/Display.html?id=47780
Thread Previous