commit | b8017d2957fb0ebf0c2aa91d48f2465f6f799738 | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Wed Aug 08 21:02:37 2012 +0400 |
committer | Boaz Harrosh <bharrosh@panasas.com> | Sun Aug 12 21:54:44 2012 +0300 |
tree | 10910f00c4f4e4fa8ad00a64ba3e8e181900418c | |
parent | 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee [diff] |
exofs: check for allocation failure in uri_store() There is no memory allocation failure check in uri_store(). That can lead to NULL pointer dereference. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>