1. 08 1月, 2016 1 次提交
  2. 07 1月, 2016 1 次提交
  3. 06 1月, 2016 1 次提交
  4. 04 1月, 2016 3 次提交
  5. 03 1月, 2016 1 次提交
  6. 01 1月, 2016 1 次提交
  7. 30 12月, 2015 2 次提交
  8. 29 12月, 2015 1 次提交
  9. 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
  10. 22 12月, 2015 5 次提交
  11. 21 12月, 2015 1 次提交
  12. 20 12月, 2015 1 次提交
  13. 18 12月, 2015 1 次提交
  14. 17 12月, 2015 4 次提交
  15. 16 12月, 2015 3 次提交
  16. 15 12月, 2015 6 次提交
  17. 14 12月, 2015 4 次提交
  18. 13 12月, 2015 2 次提交
  19. 12 12月, 2015 1 次提交