Changeset 352 for branches/samba-3.0/source/lib
- Timestamp:
- Dec 28, 2009, 12:31:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/lib/os2ea.c
r351 r352 379 379 } 380 380 } 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 } 381 387 if (!pfea->oNextEntryOffset) 382 388 {
Note:
See TracChangeset
for help on using the changeset viewer.