mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-24 14:41:06 +08:00
I think the last clause of the conditional, || __n <= __bos (__dest) may be backward. The code should call the runtime-checking function if __n is not constant, or if __n is known to be LARGER than the size of the destination.