Eric Wong <[email protected]> wrote: > The leak's been there for a while, but I couldn't find > other reports of it: > > https://rt.cpan.org/Public/Bug/Display.html?id=139622
So this got fixed in Encode 3.13, and 3.15 (3.14 segfaulted :P). Perl v5.36 will have 3.15 (or possibly a newer version). This has been a leak since 2016 (2.87), so there might be lot of people affected... CentOS 7.x has Encode 2.51 so it's probably not affected by this particular bug... > In the meantime, I may need to put in my own workaround for it > PublicInbox::Eml because distros are slow moving... It's tracked for Debian, at least https://bugs.debian.org/995804 Our "eval { $eml->body_str }" usage is kinda dumb, so maybe it could be done better w/o needing eval at all... -- unsubscribe: one-click, see List-Unsubscribe header archive: https://public-inbox.org/meta/
