Re: [PATCH] maint: avoid overflow warning in xargs

2013-09-20 Thread James Youngman
Bernhard, I applied your patch in a modified form (attached) because it's also necessary to update the ChangeLog. Thanks for your contributions to findutils (and the copyright assignment). I have added you to the AUTHORS file. Thanks, James. 0001-xargs-Fix-integer-overflow-in-implicit-convers

[PATCH] maint: avoid overflow warning in xargs

2013-08-02 Thread Bernhard Voelker
xargs.c: In function 'xargs_do_exec': xargs.c:1274:2: warning: overflow in implicit constant conversion [-Woverflow] * xargs/xargs.c (xargs_do_exec): s/ int r;/ size_t r;/ The gnulib function safe_read returns size_t. --- xargs/xargs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -