mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
__glibc_unsafe_len: Fix comment
We know that the length is *unsafe*. Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
This commit is contained in:
@@ -169,7 +169,7 @@
|
|||||||
__s, __osz)) \
|
__s, __osz)) \
|
||||||
&& __glibc_safe_len_cond ((__SIZE_TYPE__) (__l), __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
|
__L * __S <= __OBJSZ condition can be folded to a constant and if it is
|
||||||
false. */
|
false. */
|
||||||
#define __glibc_unsafe_len(__l, __s, __osz) \
|
#define __glibc_unsafe_len(__l, __s, __osz) \
|
||||||
|
Reference in New Issue
Block a user