Re: [PATCH 3/3] truncate()/ftruncate() fix length argument on ia32emulation.

From: Heiko Carstens
Date: Mon Sep 19 2011 - 09:16:43 EST


On Sat, Sep 17, 2011 at 08:01:17PM +0200, Thomas Meyer wrote:
> move signed-extended int to long, because of signed test.
>
> Signed-off-by: Thomas Meyer <thomas@xxxxxxxx>

[...]

> +asmlinkage long compat_sys_ftruncate(unsigned int fd, int length)
> +{
> + return sys_ftruncate(fd, length);
> +}

That seems to be wrong... just look at this patch I sent two years
ago (which btw. introduced the compat truncate sign extension bug
on some architecutures).

http://www.spinics.net/lists/linux-arch/msg08633.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/