This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix loops in string/strxfrm_l.c


Denis Barbier wrote:
> backw is of type size_t, thus loops
>   for (backw = idxcnt - 1; backw >= backw_stop; --backw)
> have trouble if idxcnt or backw_stop is 0.

Where's the test case?  If you cannot provide one there the patch won't
be looked at.

-- 
â Ulrich Drepper â Red Hat, Inc. â 444 Castro St â Mountain View, CA â

Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]