• Spencer Thomason's avatar
    FS-8783: [libsrtp] Fix alignment issue · c08809e2
    Spencer Thomason 提交于
    Backport upstream alignment fix to correct bus error on platforms
    that require strict memory alignment such as SPARC
    
    FS-8783 #resolve
    
    From upstream:
    commit 4d8430a504137509f23b5a19f8a06b6df0f651cc
    Author: Jaap Keuter <jaap.keuter@xs4all.nl>
    Date:   Fri Nov 7 00:13:10 2014 +0100
    
    While setting the IV for AES ICM the nonce is simply typecast from
    a void * to a v128_t *. This breaches alignment requirements for
    v128_t objects on platforms that require it.
    Instead make a copy of the nonce to assure proper alignment.
    c08809e2
名称
最后提交
最后更新
..
ae_xfm 正在载入提交数据...
cipher 正在载入提交数据...
hash 正在载入提交数据...
include 正在载入提交数据...
kernel 正在载入提交数据...
math 正在载入提交数据...
replay 正在载入提交数据...
rng 正在载入提交数据...
test 正在载入提交数据...
.cvsignore 正在载入提交数据...
Makefile.in 正在载入提交数据...
VERSION 正在载入提交数据...