In the Linux kernel, the following vulnerability has been resolved: erofs: fix order >= MAXORDER warning due to crafted negative isize As syzbot reported [1], the root cause is that isize field is a signed type, and negative isize is also less than EROFSBLKSIZ. As a consequence, it's handled as fast symlink unexpectedly. Let's fall back to the generic path to deal with such unusual isize. [1] https://lore.kernel.org/r/000000000000ac8efa05e7feaa1f@google.com