Gert Doering wrote: > > - snprintf (to_send, sizeof (to_send), "\x01%c%s%c%s", > > strlen(creds.username), > > - creds.username, strlen(creds.password), creds.password); > > + snprintf (to_send, sizeof (to_send), "\x01%c%s%c%s", (int) > > strlen(creds.username) & 0xff, > > + creds.username, (int) strlen(creds.password) & 0xff, > > creds.password); > > I tend to NAK this.
I agree. My ack is only for the other patches. (Sorry, I should have written that in the other mail.) A better solution for this should be simple as Gert outlined. //Peter
pgpav_Assz9cZ.pgp
Description: PGP signature