]> Git Repo - linux.git/commit
[SCSI] sg: increase sglist_len of the sg_scatter_hold structure
authorFUJITA Tomonori <[email protected]>
Sun, 5 Aug 2007 15:31:24 +0000 (00:31 +0900)
committerJames Bottomley <[email protected]>
Fri, 12 Oct 2007 18:38:28 +0000 (14:38 -0400)
commitea312552e94883efc42cfa4651bcf964f3110564
treea12b5602abef524382c958fc14fd936cb66683cc
parent6b7f123f378743d739377871c0cbfbaf28c7d25a
[SCSI] sg: increase sglist_len of the sg_scatter_hold structure

unsigned short is too small for sizeof(struct scatterlist) *
min(q->max_hw_segments, q->max_phys_segments).

This fixes memory leak with 4096 segments since 16 (likely sg size
with x86) * 4096 sets sglist_len to zero.

This might not happen without sg chaining support.

Signed-off-by: FUJITA Tomonori <[email protected]>
Acked-by: Douglas Gilbert <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
drivers/scsi/sg.c
This page took 0.043892 seconds and 4 git commands to generate.