mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-14 22:02:37 -03:00
52f0be3a93
In glib 2.13 memcpy was changed such that the way it copied bytes was reversed. This caused all sorts of issues for existing software, which depended on the existing behavior (when they should have been using memmove). See: https://sourceware.org/bugzilla/show_bug.cgi?id=12518 https://bugzilla.redhat.com/show_bug.cgi?id=638477 Now that we require glibc 2.17+ (#17538), we should be well clear of having to maintain our memcpy -> memmove aliasing, which was introduced in #4339. |
||
---|---|---|
.. | ||
assumptions.h | ||
byteswap.h | ||
cpuid.h | ||
endian.h | ||
glibc_compat.cpp | ||
glibcxx_sanity.cpp | ||
sanity.h | ||
stdin.cpp | ||
stdin.h | ||
strnlen.cpp |