Changeset 352 for branches/samba-3.0


Ignore:
Timestamp:
Dec 28, 2009, 12:31:14 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

divers fix for Ticket #111 in os2ea.c

Location:
branches/samba-3.0/source
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/VERSION

    r351 r352  
    9696#  ->  "CVS 3.0.0rc2-VendorVersion"                    #
    9797########################################################
    98 SAMBA_VERSION_VENDOR_SUFFIX="eCS 1.0.3-EATEST7-fix1"
    99 SAMBA_VERSION_VENDOR_PATCH=341
     98SAMBA_VERSION_VENDOR_SUFFIX="eCS 1.0.3"
     99SAMBA_VERSION_VENDOR_PATCH=351
  • branches/samba-3.0/source/include/version.h

    r351 r352  
    44#define SAMBA_VERSION_RELEASE 37
    55#define SAMBA_VERSION_OFFICIAL_STRING "3.0.37"
    6 #define SAMBA_VERSION_VENDOR_SUFFIX "eCS 1.0.3-EATEST7-fix1"
    7 #define SAMBA_VERSION_VENDOR_PATCH 341
     6#define SAMBA_VERSION_VENDOR_SUFFIX "eCS 1.0.3"
     7#define SAMBA_VERSION_VENDOR_PATCH 351
    88#define SAMBA_VERSION_STRING samba_version_string()
  • branches/samba-3.0/source/lib/os2ea.c

    r351 r352  
    379379                        }
    380380                }
     381                // had to be added to avoid crash in case of broken extended attributes
     382                if (pfea->oNextEntryOffset > 0x10000)
     383                {
     384                        DEBUG(0, ("Broken Extended Attributes detected for: %s:%d\n", path ? path : "null", file));
     385                        break;
     386                }
    381387                if (!pfea->oNextEntryOffset)
    382388                {
Note: See TracChangeset for help on using the changeset viewer.