diff options
author | Christopher Chavez <chrischavez@gmx.us> | 2023-07-27 14:20:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 19:20:25 +0000 |
commit | f01e4cedba1a17d321664834bb255d9d04ad16ce (patch) | |
tree | 6fe5741dbb1406037f5d14e55b613bed4d40e291 /Python/import.c | |
parent | 983305268e2291b0a7835621b81bf40cba7c27f3 (diff) | |
download | cpython-f01e4cedba1a17d321664834bb255d9d04ad16ce.tar.gz cpython-f01e4cedba1a17d321664834bb255d9d04ad16ce.zip |
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.
Diffstat (limited to 'Python/import.c')
0 files changed, 0 insertions, 0 deletions