Searched hist:"647 bd61a5f3a51a38c670f91af9d861ad66149a3" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/udf/ |
H A D | inode.c | diff 647bd61a5f3a51a38c670f91af9d861ad66149a3 Mon Jul 16 01:39:47 CDT 2007 Cyrill Gorcunov <gorcunov@gmail.com> UDF: check for allocated memory for inode data
This patch adds checking for granted memory while filling up inode data to prevent possible NULL pointer usage. If there is not enough memory to fill inode data we just mark it as "bad". Also some whitespace cleanup.
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> Cc: Jan Kara <jack@ucw.cz> Cc: Christoph Hellwig <hch@lst.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|