Site icon EfmSoft

What does Windows error code 255 (ERROR_EA_LIST_INCONSISTENT) mean?

 
Could be also:
ConstantTypeOS
STATUS_ALREADY_COMPLETENTSTATUSWindows
RESERVE_QUEUE_OVERFLOWBugCheck CodeWindows
Previous Next
ERROR_INVALID_EA_NAME WAIT_TIMEOUT

ERROR_EA_LIST_INCONSISTENT

The EA list cannot be parsed safely

ERROR_EA_LIST_INCONSISTENT is a Win32 result associated with native extended-attribute buffers.

What the result means

The extended-attribute list is internally inconsistent or malformed.

What to check

  • Validate every entry length and the offset to the next entry.
  • Ensure the final entry is terminated according to the structure contract.
  • Check alignment, total buffer size, and integer-overflow conditions.
  • Capture the producer of the buffer and whether it crosses a process or network boundary.

Recommended handling

Treat externally supplied EA data as untrusted. Rebuild the list from validated entries rather than attempting to continue parsing after the first inconsistency.

References


Looking for a different code? Search another status or error code.

Exit mobile version