1. 23 4月, 2015 5 次提交
  2. 22 4月, 2015 10 次提交
  3. 21 4月, 2015 11 次提交
  4. 16 4月, 2015 2 次提交
  5. 12 4月, 2015 1 次提交
  6. 10 4月, 2015 5 次提交
  7. 08 4月, 2015 1 次提交
    • H
      crypto: user - Fix crypto_alg_match race · 016baaa1
      Herbert Xu 提交于
      The function crypto_alg_match returns an algorithm without taking
      any references on it.  This means that the algorithm can be freed
      at any time, therefore all users of crypto_alg_match are buggy.
      
      This patch fixes this by taking a reference count on the algorithm
      to prevent such races.
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      016baaa1
  8. 07 4月, 2015 1 次提交
  9. 03 4月, 2015 2 次提交
  10. 02 4月, 2015 2 次提交