The branch, master has been updated
       via  96932593df6db7a0084c87238b5c044e1a80a049 (commit)
      from  0accf2cf0f5890c9adf17c3d738bdf6cb46841a4 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 96932593df6db7a0084c87238b5c044e1a80a049
Author: Jeremy Allison <j...@samba.org>
Date:   Thu Apr 23 02:51:55 2009 -0700

    Fix coverity #901 - uninitialized data.
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source3/libads/ldap_printer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/libads/ldap_printer.c b/source3/libads/ldap_printer.c
index 9be366d..7fec58c 100644
--- a/source3/libads/ldap_printer.c
+++ b/source3/libads/ldap_printer.c
@@ -372,7 +372,7 @@ WERROR get_remote_printer_publishing_data(struct 
rpc_pipe_client *cli,
        } else {
                for (i=0; i < count; i++) {
                        REGISTRY_VALUE v;
-                       DATA_BLOB blob;
+                       DATA_BLOB blob = data_blob_null;
 
                        result = push_spoolss_PrinterData(mem_ctx, &blob,
                                                          info[i].type,


-- 
Samba Shared Repository

Reply via email to