There is a suspected NULL pointer dereferencing issue (http://cwe.mitre.org/data/definitions/476.html) with the daisy-o-oss branch, in drivers/input/touchscreen/gt917d/gt9xx.c, line 1457. When kmalloc fails (line 1455), page remains NULL, but kfree is called (line 1457) which dereferences the NULL pointer. Possible fix can be remove this line.
The text was updated successfully, but these errors were encountered:
There is a suspected NULL pointer dereferencing issue (http://cwe.mitre.org/data/definitions/476.html) with the daisy-o-oss branch, in drivers/input/touchscreen/gt917d/gt9xx.c, line 1457. When kmalloc fails (line 1455), page remains NULL, but kfree is called (line 1457) which dereferences the NULL pointer. Possible fix can be remove this line.
The text was updated successfully, but these errors were encountered: