gh-104432: Use `memcpy()` to avoid misaligned loads (#104433)
Fix potential unaligned memory access on C APIs involving returned sequences of `char *` pointers within the :mod:`grp` and :mod:`socket` modules. These were revealed using a ``-fsaniziter=alignment`` build on ARM macOS.
C
Christopher Chavez committed
f01e4cedba1a17d321664834bb255d9d04ad16ce
Parent: 9833052
Committed by GitHub <noreply@github.com>
on 7/27/2023, 7:20:25 PM