On Mon 27 Jun 2005, YOSHIFUJI Hideaki / ?$B5HF#1QL@ wrote:
> In article <[EMAIL PROTECTED]> (at Mon, 27 Jun 2005 00:07:19 -0600), Andrew 
> Shewmaker <[EMAIL PROTECTED]> says:
> 
> > +                       for (j = 0; j < SUM_LENGTH; j++ ) {
> > +                               snprintf(buf2 + j * 2, sizeof buf2,
> > fmt, file->u.sum[j]);
> 
>        file->u.sum[j] & 0xff
> 
> > +                       for (j = 0; j < b; j++ ) {
> > +                               snprintf(buf2 + j * 2, sizeof buf2,
> > fmt, file->u.sum[j]);
> 
> ditto.

Note also that to preserve the "protection" offered by snprintf, the
"sizeof buf2" needs to be changed to "sizeof buf2 - j * 2".


Paul Slootman
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to