RE: [ofa-general] [PATCH] IB/core: fix null pointer dereference in local_completions()

2009-02-25 Thread Sean Hefty
handle_outgoing_dr_smp() can queue a struct ib_mad_local_private *local on the mad_agent_priv-local_work work queue with local-mad_priv == NULL if device-process_mad() returns IB_MAD_RESULT_SUCCESS | IB_MAD_RESULT_REPLY and (!ib_response_mad(mad_priv-mad.mad) ||

RE: [ofa-general] [PATCH] IB/core: fix null pointer dereference in local_completions()

2009-02-25 Thread Ralph Campbell
On Wed, 2009-02-25 at 17:22 -0800, Sean Hefty wrote: handle_outgoing_dr_smp() can queue a struct ib_mad_local_private *local on the mad_agent_priv-local_work work queue with local-mad_priv == NULL if device-process_mad() returns IB_MAD_RESULT_SUCCESS | IB_MAD_RESULT_REPLY and

RE: [ofa-general] [PATCH] IB/core: fix null pointer dereference in local_completions()

2009-02-25 Thread Hefty, Sean
OK, how about free or free_mad? Sure - free_mad sounds good to me. ___ general mailing list general@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit