X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=libiberty%2Fmd5.c;h=4dd5186a69a1c1dbfcbe350518773f9f6e7a8ed7;hb=7243d0118af6f72e3e72db1eb66941fec4530963;hp=f106d2262cadb55401a3fceeb32f96d77b748e98;hpb=2a8ae7146cacb006105e2e9c6f4635aca543e7ec;p=deliverable%2Fbinutils-gdb.git diff --git a/libiberty/md5.c b/libiberty/md5.c index f106d2262c..4dd5186a69 100644 --- a/libiberty/md5.c +++ b/libiberty/md5.c @@ -231,7 +231,7 @@ md5_process_bytes (const void *buffer, size_t len, struct md5_ctx *ctx) /* Process available complete blocks. */ if (len > 64) { -#if !_STRING_ARCH_unaligned +#if !_STRING_ARCH_unaligned || defined UBSAN_BOOTSTRAP /* To check alignment gcc has an appropriate operator. Other compilers don't. */ # if __GNUC__ >= 2