summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/samba/samba-4.1.12/09-fix-smbclient-echo-cmd-segfault.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/samba/samba-4.1.12/09-fix-smbclient-echo-cmd-segfault.patch')
-rw-r--r--meta-networking/recipes-connectivity/samba/samba-4.1.12/09-fix-smbclient-echo-cmd-segfault.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba-4.1.12/09-fix-smbclient-echo-cmd-segfault.patch b/meta-networking/recipes-connectivity/samba/samba-4.1.12/09-fix-smbclient-echo-cmd-segfault.patch
deleted file mode 100644
index a1b05b8c9..000000000
--- a/meta-networking/recipes-connectivity/samba/samba-4.1.12/09-fix-smbclient-echo-cmd-segfault.patch
+++ /dev/null
@@ -1,35 +0,0 @@
1From 0aab8ae3c137e5900d22160555bcef57cd62ca21 Mon Sep 17 00:00:00 2001
2From: Andreas Schneider <asn@samba.org>
3Date: Wed, 17 Sep 2014 15:17:50 +0200
4Subject: [PATCH 2/2] libcli: Fix a segfault calling smbXcli_req_set_pending()
5 on NULL.
6
7BUG: https://bugzilla.samba.org/show_bug.cgi?id=10817
8
9Signed-off-by: Andreas Schneider <asn@samba.org>
10Reviewed-by: Jeremy Allison <jra@samba.org>
11
12Autobuild-User(master): Jeremy Allison <jra@samba.org>
13Autobuild-Date(master): Tue Sep 23 04:23:05 CEST 2014 on sn-devel-104
14
15(cherry picked from commit f92086f4a347dcc8fa948aa2614a2c12f1115e5a)
16Signed-off-by: Andreas Schneider <asn@samba.org>
17---
18 libcli/smb/smb1cli_echo.c | 1 -
19 1 file changed, 1 deletion(-)
20
21diff --git a/libcli/smb/smb1cli_echo.c b/libcli/smb/smb1cli_echo.c
22index 4fb7c60..10dff2d 100644
23--- a/libcli/smb/smb1cli_echo.c
24+++ b/libcli/smb/smb1cli_echo.c
25@@ -96,7 +96,6 @@ static void smb1cli_echo_done(struct tevent_req *subreq)
26 NULL, /* pbytes_offset */
27 NULL, /* pinbuf */
28 expected, ARRAY_SIZE(expected));
29- TALLOC_FREE(subreq);
30 if (!NT_STATUS_IS_OK(status)) {
31 tevent_req_nterror(req, status);
32 return;
33--
342.1.0
35