iboukris / rpms / samba

Forked from rpms/samba 4 years ago
Clone
93d22c0
--- source/winbindd/winbindd.c	2007-09-24 00:01:39 +0000
93d22c0
+++ source/winbindd/winbindd.c	2007-10-17 07:58:37 +0000
93d22c0
@@ -532,8 +532,8 @@
93d22c0
 	}
93d22c0
 
93d22c0
 	if (*(uint32 *)(&state->request) != sizeof(state->request)) {
93d22c0
-		DEBUG(0,("request_len_recv: Invalid request size received: %d\n",
93d22c0
-			 *(uint32 *)(&state->request)));
93d22c0
+		DEBUG(0,("request_len_recv: Invalid request size received: %d (expected %d)\n",
93d22c0
+			 *(uint32 *)(&state->request), sizeof(state->request)));
93d22c0
 		state->finished = True;
93d22c0
 		return;
93d22c0
 	}
93d22c0
93d22c0
--- source/nsswitch/winbind_struct_protocol.h	2007-04-20 23:12:49 +0000
93d22c0
+++ source/nsswitch/winbind_struct_protocol.h	2007-10-17 07:58:37 +0000
93d22c0
@@ -326,7 +326,7 @@
93d22c0
 		   The size is the sizeof the union without the padding aligned on 
93d22c0
 		   an 8 byte boundary.   --jerry */
93d22c0
 
93d22c0
-		char padding[1560];
93d22c0
+		char padding[1800];
93d22c0
 	} data;
93d22c0
 	union {
93d22c0
 		SMB_TIME_T padding;
93d22c0