> -----Original Message----- > From: Rainer Jung [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 31, 2006 4:32 PM > To: Tomcat Developers List > Subject: Re: svn commit: r469665 - > /tomcat/connectors/trunk/jk/native/common/jk_map.c > > Hi Bill, > > Bill Barker schrieb: > > > >> -----Original Message----- > >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > ... > > >> @@ -68,7 +62,6 @@ > >> c = (unsigned int)*++k; \ > >> checksum |= c; \ > >> } \ > >> - checksum &= CASE_MASK; \ > >> } > > > > This isn't very safe on machines that care about alignment > (e.g. Sparc) :(. > > > > You mean the original line? The patch deletes the line. What's unsafe > concerning alignment in the code after the patch? >
Nothing, just my getting confused about it. For some reason, I saw it as (unsigned int *)++k. > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may contain information that is PRIVILEGED and CONFIDENTIAL. If you are not an intended recipient, you may not read, copy, or distribute this message or any attachment. If you received this communication in error, please notify us immediately by e-mail and then delete all copies of this message and any attachments. In addition you should be aware that ordinary (unencrypted) e-mail sent through the Internet is not secure. Do not send confidential or sensitive information, such as social security numbers, account numbers, personal identification numbers and passwords, to us via ordinary (unencrypted) e-mail. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]