Paul Eggert <[EMAIL PROTECTED]> wrote: > I went through cut.c and found some problems on hosts where size_t is > wider than int. While I was at it, I fixed the widths of all the > integer types that I could find. Here's a proposed patch. > > 2003-11-05 Paul Eggert <[EMAIL PROTECTED]> > > Fix 'cut' problems with size_t overflow and unsigned int. > More generally, resize integer variables to fit use more precisely. > * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t. > * src/cut.c (ADD_RANGE_PAIR): Remove unnecessary parens.
Thanks a lot! That looks fine, as usual. I've applied it. _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils
