Changeset 353 for branches/samba-3.3.x/source/lib
- Timestamp:
- Dec 28, 2009, 2:16:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.