commit | 6d715790ef6b5b903779a14d995ce3d9e680bec0 | [log] [tgz] |
---|---|---|
author | Wang Sheng-Hui <shhuiw@gmail.com> | Wed Aug 21 21:49:42 2013 -0400 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Tue Sep 03 14:53:34 2013 -0400 |
tree | 8ff5c867220173ded9e7de932b9a9759855ec5f1 | |
parent | ce61cdc270a5e0dd18057bbf29bd3471abccbda8 [diff] |
tile: add null check for kzalloc in tile/kernel/setup.c Should check the return value of kzalloc first to avoid the null pointer. Then can dereference the non-null pointer to access the fields of struct resource. Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com> Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>