glibc/stdlib/bits
Noah Goldstein 220b83d83d stdlib: Fixup mbstowcs NULL __dst handling. [BZ #29279]
commit 464d189b96 (origin/master, origin/HEAD)
Author: Noah Goldstein <goldstein.w.n@gmail.com>
Date:   Wed Jun 22 08:24:21 2022 -0700

    stdlib: Remove attr_write from mbstows if dst is NULL [BZ: 29265]

Incorrectly called `__mbstowcs_chk` in the NULL __dst case which is
incorrect as in the NULL __dst case we are explicitly skipping
the objsize checks.

As well, remove the `__always_inline` attribute which exists in
`__fortify_function`.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
2022-06-23 08:26:01 -07:00
..
monetary-ldbl.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
stdlib-float.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
stdlib-ldbl.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
stdlib.h stdlib: Fixup mbstowcs NULL __dst handling. [BZ #29279] 2022-06-23 08:26:01 -07:00