mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
CVE-2015-5370: libcli/smb: use a max timeout of 1 second in tstream_smbXcli_np_destructor()
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11344 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Günther Deschner <gd@samba.org>
This commit is contained in:
parent
65d9ab0540
commit
e31d8ded95
@ -111,7 +111,11 @@ static int tstream_smbXcli_np_destructor(struct tstream_smbXcli_np *cli_nps)
|
||||
* Once we've fixed all callers to call
|
||||
* tstream_disconnect_send()/_recv(), this will
|
||||
* never be called.
|
||||
*
|
||||
* We use a maximun timeout of 1 second == 1000 msec.
|
||||
*/
|
||||
cli_nps->timeout = MIN(cli_nps->timeout, 1000);
|
||||
|
||||
if (cli_nps->is_smb1) {
|
||||
status = smb1cli_close(cli_nps->conn,
|
||||
cli_nps->timeout,
|
||||
|
Loading…
x
Reference in New Issue
Block a user