1. 18 10月, 2005 18 次提交
  2. 09 10月, 2005 1 次提交
  3. 01 10月, 2005 1 次提交
  4. 29 9月, 2005 1 次提交
  5. 28 9月, 2005 1 次提交
  6. 27 9月, 2005 5 次提交
  7. 22 9月, 2005 2 次提交
  8. 21 9月, 2005 2 次提交
  9. 20 9月, 2005 2 次提交
  10. 19 9月, 2005 6 次提交
  11. 10 9月, 2005 1 次提交
    • R
      [PATCH] IB: fix CM use-after-free · 1b205c2d
      Roland Dreier 提交于
      If the CM REQ handling function gets to error2, then it frees
      cm_id_priv->timewait_info.  But the next line goes through
      ib_destroy_cm_id() -> ib_send_cm_rej() -> cm_reset_to_idle(),
      which ends up calling cm_cleanup_timewait(), which dereferences the
      pointer we just freed.  Make sure we clear cm_id_priv->timewait_info
      after freeing it, so that doesn't happen.
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      1b205c2d