[PATCH] m68k: fix sigreturn decoding

Mike Frysinger vapier at gentoo.org
Wed Mar 11 19:46:32 UTC 2015


On 11 Mar 2015 15:10, Andreas Schwab wrote:
> +		addr -= sizeof (mask) - sizeof(long);
> +		if (umoven(tcp, addr, sizeof (mask) - sizeof(long), (char *) &mask[1]) < 0)

should be consistent with sizeof (foo) vs sizeof(foo) (should use the latter)
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20150311/b0d29b2c/attachment.bin>


More information about the Strace-devel mailing list