Changeset 353 for branches/samba-3.3.x/source
- Timestamp:
- Dec 28, 2009, 2:16:16 PM (16 years ago)
- Location:
- branches/samba-3.3.x/source
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/VERSION
r342 r353 85 85 # # 86 86 ######################################################## 87 SAMBA_VERSION_VENDOR_SUFFIX= 87 SAMBA_VERSION_VENDOR_SUFFIX="eCS 1.1beta4" 88 88 SAMBA_VERSION_VENDOR_PATCH= 89 89 -
branches/samba-3.3.x/source/include/version.h
r342 r353 4 4 #define SAMBA_VERSION_RELEASE 9 5 5 #define SAMBA_VERSION_OFFICIAL_STRING "3.3.9" 6 #define SAMBA_VERSION_VENDOR_SUFFIX "eCS 1.1beta4" 6 7 #define SAMBA_VERSION_STRING samba_version_string() -
branches/samba-3.3.x/source/lib/os2ea.c
r255 r353 310 310 free(pgea2list); 311 311 } 312 if (p gea2list)312 if (pfea2list) 313 313 { 314 314 free(pfea2list); … … 380 380 } 381 381 } 382 // had to be added to avoid crash in case of broken extended attributes 383 if (pfea->oNextEntryOffset > 0x10000) 384 { 385 DEBUG(0, ("Broken Extended Attributes detected for: %s:%d\n", path ? path : "null", file)); 386 break; 387 } 382 388 if (!pfea->oNextEntryOffset) 383 389 {
Note:
See TracChangeset
for help on using the changeset viewer.