Re: Minor nits in 4.7/001_kerberos.patch

2010-09-16 Thread Richard Toohey
D'oh ... didn't even cross my mind! Now watch me mangle a diff ... On 16/09/2010, at 8:44 PM, Bret S. Lambert wrote: > All that, and you don't provide your own diff fixing these? > > On Thu, Sep 16, 2010 at 08:41:18PM +1200, Richard Toohey wrote: >> Hi all. >> >> Patching a 4.7 box from the erra

Re: Minor nits in 4.7/001_kerberos.patch

2010-09-16 Thread Bret S. Lambert
All that, and you don't provide your own diff fixing these? On Thu, Sep 16, 2010 at 08:41:18PM +1200, Richard Toohey wrote: > Hi all. > > Patching a 4.7 box from the errata patch and noticed this: > > + > +if (len < checksum_sz + et->confoundersize) { > + krb5_set_error_string(context,

Minor nits in 4.7/001_kerberos.patch

2010-09-16 Thread Richard Toohey
Hi all. Patching a 4.7 box from the errata patch and noticed this: + +if (len < checksum_sz + et->confoundersize) { + krb5_set_error_string(context, "Encrypted data shorter then " + "checksum + confunder"); + return KRB5_BAD_MSIZE; +} + That "t