1. 12 1月, 2016 4 次提交
  2. 11 1月, 2016 3 次提交
  3. 10 1月, 2016 1 次提交
  4. 09 1月, 2016 2 次提交
  5. 08 1月, 2016 11 次提交
  6. 07 1月, 2016 1 次提交
  7. 06 1月, 2016 1 次提交
  8. 04 1月, 2016 3 次提交
  9. 03 1月, 2016 1 次提交
  10. 01 1月, 2016 1 次提交
  11. 30 12月, 2015 2 次提交
  12. 29 12月, 2015 1 次提交
  13. 24 12月, 2015 1 次提交
    • K
      Avoid using a dangling pointer when removing the last item · 933d1085
      Kurt Roeckx 提交于
      When it's the last item that is removed int_thread_hash == hash and we would
      still call int_thread_release(&hash) while hash is already freed.  So
      int_thread_release would compare that dangling pointer to NULL which is
      undefined behaviour.  Instead do already what int_thread_release() would do,
      and make the call do nothing instead.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      
      RT: #4155, MR: #1519
      933d1085
  14. 22 12月, 2015 5 次提交
  15. 21 12月, 2015 1 次提交
  16. 20 12月, 2015 1 次提交
  17. 18 12月, 2015 1 次提交