]> Sergey Matveev's repositories - public-inbox.git/commit
ipc: avoid potential stack-not-refcounted bug
authorEric Wong <e@80x24.org>
Tue, 25 May 2021 22:20:00 +0000 (22:20 +0000)
committerEric Wong <e@80x24.org>
Tue, 25 May 2021 23:05:02 +0000 (23:05 +0000)
commit3060d78b4183f3e985fb7ff8864949de990f2610
tree52088c35852f0baa0d4e8d7c36ec184cfdf876b2
parentbfe6a3e13c286d60a5bfa46cef7625f83ae0ca18
ipc: avoid potential stack-not-refcounted bug

This fixes a potential problem with Carp::longmess
firing somewhere deeper in the stack.  This is not a known
problem at this time, but something I noticed while chasing
something else.
lib/PublicInbox/IPC.pm