[openib-general] ucm nit

Hal Rosenstock halr at voltaire.com
Tue Jun 14 15:17:41 PDT 2005


Hi Libor,

In libibcm/src/cm.c::ib_cm_event_get_timed, it looks like the event
parameter should be validated:

int ib_cm_event_get_timed(int timeout_ms, struct ib_cm_event **event)
{
	if (!event)
		return -EINVAL;
...
        *event = NULL;

-- Hal




More information about the general mailing list