From f67a7185e8bee0becde9a6992755d2afa1ca6531 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 16 Dec 2021 07:43:21 -0800 Subject: [PATCH] autoupdate --- lib/cdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cdefs.h b/lib/cdefs.h index ab57d4a065..a05b538579 100644 --- a/lib/cdefs.h +++ b/lib/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) \ -- 2.39.5