You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file test/integration.c at #157
Pointer 'driver' is dereferenced which can be NULL.
Solution:
ASSERT_NOT_EQUAL( driver, NULL, "Could not create driver." );
should come before
driver->send = &_send;
0 commit comments