General

Profile

slink (Nils Goroll)

  • Login: slink
  • Registered on: 04/19/2011
  • Last sign in: 09/03/2012

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 0 0

Activity

04/19/2011

11:49 PM Ruby Bug #4320: Bus Error in digest/sha2 on sparc
=begin
I'll attach a proposed fix:
* make ((|context->buffer|)) an array of the type being expected by (({SHAXXX_Transform})) (rather than a byte array), so our compiler will align it, if necessary
* remove now unneeded casts when pa...
slink (Nils Goroll)
08:52 PM Ruby Bug #4320: Bus Error in digest/sha2 on sparc
=begin
This indeed is an alignment issue, SHA256_Update calls SHA256_Transform with possibly unaligned data, but the latter needs its data argument be aligned on platforms which do not support unaligned word access. The same bug exists f...
slink (Nils Goroll)

Also available in: Atom