On 01/22/2014 01:51 AM, Andrew Morton wrote:
On Tue, 21 Jan 2014 17:00:00 +0530 Raghavendra K T
wrote:
We could hit null pointer dereference error during alloc_page_buffers
in : (1) block size > PAGE_SIZE (2) low memory.
Add sanity check for that.
Signed-off-by: Raghavendra K T
---
fs/blo
On Tue, 21 Jan 2014 17:00:00 +0530 Raghavendra K T
wrote:
> We could hit null pointer dereference error during alloc_page_buffers
> in : (1) block size > PAGE_SIZE (2) low memory.
> Add sanity check for that.
>
> Signed-off-by: Raghavendra K T
> ---
> fs/block_dev.c | 1 +
> fs/buffer.c|
On 01/21/2014 03:30 AM, Raghavendra K T wrote:
> We could hit null pointer dereference error during alloc_page_buffers
> in : (1) block size > PAGE_SIZE (2) low memory.
> Add sanity check for that.
>
> Signed-off-by: Raghavendra K T
> ---
> fs/block_dev.c | 1 +
> fs/buffer.c| 6 ++
> 2
We could hit null pointer dereference error during alloc_page_buffers
in : (1) block size > PAGE_SIZE (2) low memory.
Add sanity check for that.
Signed-off-by: Raghavendra K T
---
fs/block_dev.c | 1 +
fs/buffer.c| 6 ++
2 files changed, 7 insertions(+)
diff --git a/fs/block_dev.c b/fs/
4 matches
Mail list logo