The branch, v3-0-test has been updated
via 27874d2c960ad56a53bf84e1480f4963fa3ab25c (commit)
from 18c2be399c5a62746794301b9619490480314fb9 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test
- Log -----------------------------------------------------------------
commit 27874d2c960ad56a53bf84e1480f4963fa3ab25c
Author: Volker Lendecke <[EMAIL PROTECTED]>
Date: Wed Jan 9 07:59:12 2008 +0100
ensure uni_name.buffer is initialised
merge from http://samba.org/~tridge/3_0-ctdb
-----------------------------------------------------------------------
Summary of changes:
source/smbd/notify.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source/smbd/notify.c b/source/smbd/notify.c
index df9d8ad..6e24466 100644
--- a/source/smbd/notify.c
+++ b/source/smbd/notify.c
@@ -66,6 +66,8 @@ static BOOL notify_marshall_changes(int num_changes,
int i;
UNISTR uni_name;
+ uni_name.buffer = NULL;
+
for (i=0; i<num_changes; i++) {
struct notify_change *c;
size_t namelen;
--
Samba Shared Repository