Re: Wrong assumptions about return values of hifn_crypto()?
Matthew Mondor <[email protected]> Tue, 8 Jun 2010 17:29:47 -0400
| Newsgroups | gmane.os.netbsd.devel.network,gmane.os.netbsd.devel.crypto |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 8 Jun 2010 11:08:44 -0400 Thor Lancelot Simon <[email protected]> wrote: > On Mon, Jun 07, 2010 at 03:58:06PM +0200, Daniel Zebralla (A.P.E. IT-Security - Hard- & Software Development) wrote: > > During code review of the hifn(4) driver, we fell over the following code In hifn7751.c (rev. 1.37): > > > > ?? 2383 ??? err = hifn_crypto(sc, cmd, crp, hint); > > ?? 2384 ??? if (err == 0) { > > Your message is basically unreadable with all this "?" in it. Could you > try resending it in a less crazed form? The Content-Encoding was Quoted-Printable with Content-Type Charset ISO-8859-1 though, and my client could read it fine (even in a UTF-8 locale). Those 0xA0 (160, =A0 in quoted-printable) characters in ISO-8859-1 are the non-breaking space... -- Matt