From: Siddhesh Poyarekar Date: Thu, 16 Dec 2021 01:49:14 +0000 (+0530) Subject: __glibc_unsafe_len: Fix comment X-Git-Tag: glibc-2.35~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae23fa3e5fe24daf94fc7f8e5268bb8ceeda7477;p=thirdparty%2Fglibc.git __glibc_unsafe_len: Fix comment We know that the length is *unsafe*. Signed-off-by: Siddhesh Poyarekar --- diff --git a/misc/sys/cdefs.h b/misc/sys/cdefs.h index ab57d4a0652..a05b538579b 100644 --- a/misc/sys/cdefs.h +++ b/misc/sys/cdefs.h @@ -169,7 +169,7 @@ __s, __osz)) \ && __glibc_safe_len_cond ((__SIZE_TYPE__) (__l), __s, __osz)) -/* Conversely, we know at compile time that the length is safe if the +/* Conversely, we know at compile time that the length is unsafe if the __L * __S <= __OBJSZ condition can be folded to a constant and if it is false. */ #define __glibc_unsafe_len(__l, __s, __osz) \