const MAX_XATTR_SIZE: u32 = _; // 1_048_576u32
Arbitrary limit on xattrs to avoid RAM exhaustion attacks. The actual filesystem limits are often much smaller.