In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]ocfs2: fix double free in user_cluster_connect()[EOL][EOL]user_cluster_disconnect() frees "conn->cc_private" which is "lc" but then[EOL]the error handling frees "lc" a second time. Set "lc" to NULL on this[EOL]path to avoid a double free.