In the Linux kernel, the following vulnerability has been resolved:
mtd: inftlcore: Add error check for inftlreadoob()
In INFTLfindwriteunit(), the return value of inftlreadoob() need to be checked. A proper implementation can be found in INFTLdeleteblock(). The status will be set as SECTORIGNORE to break from the while-loop correctly if the inftlread_oob() fails.