| Summary: | Unaligned access warnings on IA64 when using umac-64 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Iain Morgan <imorgan> | ||||||
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> | ||||||
| Status: | CLOSED FIXED | ||||||||
| Severity: | normal | CC: | dtucker, pvalchev | ||||||
| Priority: | P2 | ||||||||
| Version: | 5.0p1 | ||||||||
| Hardware: | Itanium2 | ||||||||
| OS: | Linux | ||||||||
| Attachments: |
|
||||||||
Err, the attachment contains the text: ~/src/openssh/patches/5.0p1/openssh-umac-unaligned.diff The contents of the file would be more helpful :-) Created attachment 1500 [details]
Force nh_result to 64-bit boundary. (Take 2)
Doh! Sorry about that. Hopefully it worked this time.
Thanks! Applied the fix. Mass update RESOLVED->CLOSED after release of openssh-5.1 |
Created attachment 1499 [details] Patch by Dale Talcott. Force nh_result to be aligned on a 64-bit boundary. When using the umac-64 algorithm on IA64 numberous 'unaligned access' warnings occur at runtime for both the client and server. These potentially affect performance and can be quite disturbing to users.