mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-11 11:50:06 +00: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:
parent
0f982c1827
commit
ae23fa3e5f
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user