commit | 1a26bfafbce0f2ec8cfe04d9cdcaead0e6dd58ec | [log] [tgz] |
---|---|---|
author | Alexander Aring <aahringo@redhat.com> | Mon Nov 02 20:04:26 2020 -0500 |
committer | David Teigland <teigland@redhat.com> | Tue Nov 10 12:14:20 2020 -0600 |
tree | 1aff61f32f27f140154828bcc61e4003a022729f | |
parent | d11ccd451b655617388ace167ab2440b4b4cc95b [diff] |
fs: dlm: fix check for multi-homed hosts This patch will use the runtime array size dlm_local_count variable to check the actual size of the dlm_local_addr array. There exists currently a cleanup bug, because the tcp_listen_for_all() functionality might check on a dangled pointer. Signed-off-by: Alexander Aring <aahringo@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>