]> 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)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 3 May 2021 14:10:18 +0000 (16:10 +0200)
commit7b414d6e7bd517080bf5b338b979a0ee065a6801
tree77b62098f822cfe5162210a92b79298ef328c311
parentdde76856ba6bf8b374f616bb835f211d3f1ec6ef
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