From b55c781220d7ea9f7f117570990f6e4e063e58fe Mon Sep 17 00:00:00 2001 From: yellowhatter <104833606+yellowhatter@users.noreply.github.com> Date: Thu, 25 Jul 2024 12:46:26 +0300 Subject: [PATCH] SHM on RaspberryPI bugfixes (#1265) * Do not trigger transport error in case of SHM buffer invalidation * Fix spelling * Drop the whole ZBuf in case of SHM error! * fix clippy errors * Fix misaligned memory access bug (affects non-64 bit ARM) * fix tests to be platform-agnostic * Update posix_segment.rs * Update posix_segment.rs