Hello,

  Coverity has spotted a problem in drbd_adm_attach() which does:

        connection = peer_device ? peer_device->connection : NULL;
        conn_reconfig_start(connection);

and conn_reconfig_start() just blindly dereferences 'connection'. So either
peer_device cannot be NULL (and then the test is superfluous) or there's a
bug...

                                                                Honza
-- 
Jan Kara <[email protected]>
SUSE Labs, CR
_______________________________________________
drbd-user mailing list
[email protected]
http://lists.linbit.com/mailman/listinfo/drbd-user

Reply via email to