A few fixes I noticed while working on some other lei-related cleanups. Eric Wong (6): test_common: fixes for TEST_RUN_MODE=0 t/cmd_ipc: assume SOCK_SEQPACKET lei_self_socket: drop unused deps and code ipc: recv_cmd4 clobbers destination buffer on errors syscall: have `vec' operate on bytes directly syscall: fix valgrind error in pure Perl send_cmd4
lib/PublicInbox/CmdIPC4.pm | 5 +++- lib/PublicInbox/LEI.pm | 1 - lib/PublicInbox/LeiSelfSocket.pm | 8 ++----- lib/PublicInbox/Spawn.pm | 8 ++++--- lib/PublicInbox/Syscall.pm | 20 ++++++++++------ lib/PublicInbox/TestCommon.pm | 1 + t/cmd_ipc.t | 40 +++++++++++++++----------------- 7 files changed, 44 insertions(+), 39 deletions(-)
