1. 22 7月, 2016 2 次提交
    • 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
    • Brian West's avatar
      FS-9334 · 9879731f
      Brian West 提交于
      9879731f
  2. 21 7月, 2016 3 次提交
  3. 19 7月, 2016 6 次提交
  4. 18 7月, 2016 7 次提交
  5. 14 7月, 2016 2 次提交
  6. 12 7月, 2016 2 次提交
  7. 11 7月, 2016 1 次提交
  8. 08 7月, 2016 9 次提交
  9. 07 7月, 2016 5 次提交
  10. 06 7月, 2016 3 次提交