search for: 58590

Displaying 2 results from an estimated 2 matches for "58590".

Did you mean: 5850
2006 Apr 01
0
CESA-2006:0207 Important CentOS 4 s390(x) gnutls - security update
CentOS Errata and Security Advisory 2006:0207 https://rhn.redhat.com/errata/RHSA-2006-0207.html The following updated files have been uploaded and are currently syncing to the mirrors: s390: updates/s390/RPMS/gnutls-1.0.20-3.2.2.s390.rpm updates/s390/RPMS/gnutls-devel-1.0.20-3.2.2.s390.rpm s390x: updates/s390x/RPMS/gnutls-1.0.20-3.2.2.s390x.rpm
2013 May 13
8
[Bug 2101] New: Unaligned memory access on sparc in UMAC implemetation
...no assurance, that a static char array will be double-word aligned. And indeed, when compiled using Solaris Studio 12.1 cc, the variable address (0x909ac) is only word-aligned: 58588: 37 00 02 42 sethi %hi(0x90800), %i3 5858c: 40 00 18 1a call 5e5f4 <umac_final> 58590: 92 06 e1 ac add %i3, 0x1ac, %o1 ! 909ac <Bbss.bss> This later causes a crash in: pdf_gen_xor+0x68: ldx [0x909ac], %o5 I am proposing two alternatives for the fix (please, see attached): umac_align-pragma.patch - Solaris Studio specific pragma umac_align-union.patch - generic...