]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
relay: fix subbuf_splice_actor() adding too many pages
authorJens Axboe <jens.axboe@oracle.com>
Mon, 17 Mar 2008 08:04:59 +0000 (09:04 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 17 Mar 2008 08:04:59 +0000 (09:04 +0100)
If subbuf_pages was larger than the max number of pages the pipe
buffer will hold, subbuf_splice_actor() would happily go beyond
the array size.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

No differences found