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

divers fix for Ticket #111 in os2ea.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.