[SCM] Samba Shared Repository - branch master updated

Björn Jacke bjacke at samba.org
Thu Jun 10 15:22:04 MDT 2010


The branch, master has been updated
       via  a8c051b... s3: readd h_errno struct member but rename it
      from  b53f8c1... Since idtree assigns sequentially, it rarely reaches high numbers. But such numbers can be forced with idr_get_new_above(), and that reveals two bugs:

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


- Log -----------------------------------------------------------------
commit a8c051b2f91852b5228d6a903d6a7fd50d22de28
Author: Björn Jacke <bj at sernet.de>
Date:   Thu Jun 10 23:15:19 2010 +0200

    s3: readd h_errno struct member but rename it
    
    as pointed out by metze this is a structure of fixed size, which should not be
    changed.

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

Summary of changes:
 nsswitch/winbind_nss_hpux.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/nsswitch/winbind_nss_hpux.h b/nsswitch/winbind_nss_hpux.h
index 393c0a3..dba70a7 100644
--- a/nsswitch/winbind_nss_hpux.h
+++ b/nsswitch/winbind_nss_hpux.h
@@ -133,9 +133,9 @@ typedef struct nss_XbyY_args {
 	/*
 	*  h_errno is defined as function call macro for multithreaded applications
 	*  in HP-UX. *this* h_errno is not used in the HP-UX codepath of our nss
-	*  modules, so let's simply comment it out here:
-	* int h_errno;
+	*  modules, so let's simply rename it:
 	*/
+	int h_errno_unused;
 	nss_status_t status;
 } nss_XbyY_args_t;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list