aboutsummaryrefslogtreecommitdiffstats
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, 35 insertions, 0 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
new file mode 100644
index 0000000000..a1b05b8c9f
--- /dev/null
+++ b/meta-networking/recipes-connectivity/samba/samba-4.1.12/09-fix-smbclient-echo-cmd-segfault.patch
@@ -0,0 +1,35 @@
+From 0aab8ae3c137e5900d22160555bcef57cd62ca21 Mon Sep 17 00:00:00 2001
+From: Andreas Schneider <asn@samba.org>
+Date: Wed, 17 Sep 2014 15:17:50 +0200
+Subject: [PATCH 2/2] libcli: Fix a segfault calling smbXcli_req_set_pending()
+ on NULL.
+
+BUG: https://bugzilla.samba.org/show_bug.cgi?id=10817
+
+Signed-off-by: Andreas Schneider <asn@samba.org>
+Reviewed-by: Jeremy Allison <jra@samba.org>
+
+Autobuild-User(master): Jeremy Allison <jra@samba.org>
+Autobuild-Date(master): Tue Sep 23 04:23:05 CEST 2014 on sn-devel-104
+
+(cherry picked from commit f92086f4a347dcc8fa948aa2614a2c12f1115e5a)
+Signed-off-by: Andreas Schneider <asn@samba.org>
+---
+ libcli/smb/smb1cli_echo.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/libcli/smb/smb1cli_echo.c b/libcli/smb/smb1cli_echo.c
+index 4fb7c60..10dff2d 100644
+--- a/libcli/smb/smb1cli_echo.c
++++ b/libcli/smb/smb1cli_echo.c
+@@ -96,7 +96,6 @@ static void smb1cli_echo_done(struct tevent_req *subreq)
+ NULL, /* pbytes_offset */
+ NULL, /* pinbuf */
+ expected, ARRAY_SIZE(expected));
+- TALLOC_FREE(subreq);
+ if (!NT_STATUS_IS_OK(status)) {
+ tevent_req_nterror(req, status);
+ return;
+--
+2.1.0
+