commit | 16d54669427069ef2823752c365d695b0cc4748f | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Mon Mar 17 09:04:59 2008 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Mon Mar 17 09:04:59 2008 +0100 |
tree | ab971bc703f790b90697d29a1e65a793b7f87628 | |
parent | 2af3e6017e53065ddf40bb19190a29199b7ffee3 [diff] |
relay: fix subbuf_splice_actor() adding too many pages 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>