[patch] NSS test harness upgrade
Andreas Schwab
schwab@linux-m68k.org
Wed Jul 19 21:28:00 GMT 2017
On Jul 19 2017, DJ Delorie <dj@redhat.com> wrote:
> - savedmemcount = (size_t) *(savedend - sizeof (size_t));
> + savedmemcount = *(size_t *) (savedend - sizeof (size_t));
I don't see where savedend is aligned.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
More information about the Libc-alpha
mailing list