]> git.ipfire.org Git - thirdparty/glibc.git/commit
locale: Align _nl_C_LC_CTYPE_class and _nl_C_LC_CTYPE_class32
authorLirong Yuan <yuanzi@google.com>
Thu, 1 Apr 2021 19:37:23 +0000 (12:37 -0700)
committerFangrui Song <i@maskray.me>
Sat, 28 Aug 2021 00:26:05 +0000 (17:26 -0700)
commit5e46b24985ea66f379add529b27c1e7e54395183
tree247e9cb005a7f58b459917670667aa58f1c9bf60
parent0ed6ae04d6867e588233f18791e9ad061268016c
locale: Align _nl_C_LC_CTYPE_class and _nl_C_LC_CTYPE_class32

Otherwise, programs that use character classification macros such as
isspace may observe unaligned pointers.
locale/C-ctype.c