Commit ID: b4789b8 Author: Mahesh Rajashekhara Committer: Linus Torvalds Commit Date: November 20, 2013 Title: aacraid: prevent invalid pointer dereference Key Information: Vulnerability Type: Invalid pointer dereference Cause: - The driver allocates based on but accesses to copy data to , which could lead to issues if is too small. - Existing check is incorrect. Solution: - Added a new condition to check if is less than or greater than . - If either condition is true, return and go to . File Changed: Path: Lines Changed: +2 -1