From fd80e2bfcb7efb8f870af3bb777eacbe8ffbd307 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 5 Jan 2026 14:22:54 -0600 Subject: [PATCH] fs_xattr.cpp --- src/fs_xattr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fs_xattr.cpp b/src/fs_xattr.cpp index 1bcb0fdb..0a0a9713 100644 --- a/src/fs_xattr.cpp +++ b/src/fs_xattr.cpp @@ -78,7 +78,7 @@ fs::xattr::list(const string &path_, return rv; if(rv != -ERANGE) return rv; - if(attrs_->size() > 65536) + if(attrs_->size() > TOOBIG_SIZE) } return rv;