In the Linux kernel, the following vulnerability has been resolved: ntfs: add sanity check on allocation size ntfsreadinodemount invokes ntfsmalloc_nofs with zero allocation size. It triggers one BUG in the _ntfsmalloc function. Fix this by adding sanity check on ni->attrlistsize.