]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
Fix Streebog alignment problem 130/head
authorVitaly Chikunov <vt@altlinux.org>
Wed, 10 Apr 2019 18:09:54 +0000 (18:09 +0000)
committerVitaly Chikunov <vt@altlinux.org>
Wed, 10 Apr 2019 18:31:10 +0000 (21:31 +0300)
commite576f52929756beb785f29aa14b6393d7ac6c298
tree16606cb8e7517ffa7316e4ad699464c737a4bf9b
parent0232aa9efea28d3a3ecde4f8ce8ce9c96189af30
Fix Streebog alignment problem

Some architectures in some circumstances do not allow unaligned
memory access (such as ARM, MIPS) triggering SIGBUS. This patch
very crudely fixes this issue.

The issue is found and original fix is proposed by Eric Biggers:

  https://patchwork.kernel.org/patch/10878865/
gosthash2012.c