There are at least two regexp leaks affecting buster/oldstable that affect codebases I'm maintaining. They're fixed upstream and in current stable/testing/unstable; but I expect there to be many users still using buster/5.28.1 for the forseeable future due to the pandemic delaying upgrades. Memory leak in regular expressions: https://github.com/Perl/perl5/issues/17218 Matching Unicode regexp against ASCII string leaks https://github.com/Perl/perl5/issues/17140 https://rt.perl.org/Ticket/Display.html?id=134390 Attached are patches from perl.git
Please consider providing Encode 3.15, thanks.