1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-07 01:58:28 +03:00
Jeremy Allison 5c8032b6b8 s3: libsmb: Fix valgrind read-after-free error in cli_smb2_close_fnum_recv().
cli_smb2_close_fnum_recv() uses tevent_req_simple_recv_ntstatus(req), which
frees req, then uses the state pointer which was owned by req.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13171

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Böhme <slow@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu Nov 30 05:47:12 CET 2017 on sn-devel-144
2017-11-30 05:47:10 +01:00
..
2017-10-27 20:33:24 +02:00
2017-11-20 07:20:13 +01:00
2016-09-14 02:06:17 +02:00
2013-06-21 19:57:06 +02:00
2015-07-10 09:35:13 +02:00
2013-06-21 19:57:06 +02:00
2016-01-10 22:24:17 +01:00
2017-10-27 20:33:24 +02:00