summaryrefslogtreecommitdiff
path: root/scripts/check-config.py
diff options
context:
space:
mode:
authorPaulo Alcantara <pc@cjr.nz>2020-11-28 16:54:02 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-12-11 13:36:45 +0100
commit87a3af64297a144ee9ab160cd55cfb90ef56305a (patch)
tree2fea56a968edf41ee19adc6c7fd84f2cdafc6050 /scripts/check-config.py
parent7b4a4b9403c52343d00901babc3987588bc0b085 (diff)
cifs: fix potential use-after-free in cifs_echo_request()
commit 212253367dc7b49ed3fc194ce71b0992eacaecf2 upstream. This patch fixes a potential use-after-free bug in cifs_echo_request(). For instance, thread 1 -------- cifs_demultiplex_thread() clean_demultiplex_info() kfree(server) thread 2 (workqueue) -------- apic_timer_interrupt() smp_apic_timer_interrupt() irq_exit() __do_softirq() run_timer_softirq() call_timer_fn() cifs_echo_request() <- use-after-free in server ptr Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz> CC: Stable <stable@vger.kernel.org> Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/check-config.py')
0 files changed, 0 insertions, 0 deletions