]> Sergey Matveev's repositories - public-inbox.git/commit
lei: clobber recvmsg buffer on errors
authorEric Wong <e@80x24.org>
Mon, 18 Apr 2022 09:50:01 +0000 (09:50 +0000)
committerEric Wong <e@80x24.org>
Mon, 18 Apr 2022 21:53:45 +0000 (21:53 +0000)
commit6b52fe53a1f9e69a6ecfce16216a1fa180e4645f
tree8e2ed0b594ab49a4fbac0617989f19323cbdf3bc
parent9f4279438bec8d0b52c8afc513142cc9d21ad8b8
lei: clobber recvmsg buffer on errors

It will be necessary when we drop the Inline::C requirement
since the pure Perl Linux syscall recvmsg implementation.

This likely would've caused errors for Socket::MsgHdr users
without Inline::C, but I haven't tested it since it's a rare
configuration.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiSelfSocket.pm