Setting tdb version to 1.1.2 and fix a fuzz in a patch.

Guenther
This commit is contained in:
Guenther Deschner 2009-01-30 17:31:45 +00:00
parent 94467c4dda
commit 276ea4746d
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
--- samba-3.2.0pre1/source/winbindd/winbindd_group.c.star 2007-10-03 17:40:31.000000000 -0400
+++ samba-3.2.0pre1/source/winbindd/winbindd_group.c 2007-10-03 17:40:46.000000000 -0400
@@ -189,7 +189,7 @@
@@ -215,7 +215,7 @@
/* Group name and password */
safe_strcpy(gr->gr_name, full_group_name, sizeof(gr->gr_name) - 1);
- safe_strcpy(gr->gr_passwd, "x", sizeof(gr->gr_passwd) - 1);
+ safe_strcpy(gr->gr_passwd, "*", sizeof(gr->gr_passwd) - 1);

View File

@ -1,6 +1,6 @@
%define main_release 25
%define samba_version 3.3.0
%define tdb_version 1.1.1
%define tdb_version 1.1.2
%define talloc_version 1.2.0
%define pre_release %nil