diff options
author | Min Li <[email protected]> | 2023-06-19 09:12:14 +0000 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2023-06-20 12:50:51 -0600 |
commit | 6d4e80db4ebe76c4a4b6ffb6547cb168275204ef (patch) | |
tree | b1cb1f00d6330af5ec353529a2e4a258144a2aa1 /lib/test_fortify/write_overflow-strlcpy-src.c | |
parent | 9a72a02456a839676fe8f220a44ef00951596047 (diff) |
block: add capacity validation in bdev_add_partition()
In the function bdev_add_partition(),there is no check that the start
and end sectors exceed the size of the disk before calling add_partition.
When we call the block's ioctl interface directly to add a partition,
and the capacity of the disk is set to 0 by driver,the command will
continue to execute.
Signed-off-by: Min Li <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: Damien Le Moal <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strlcpy-src.c')
0 files changed, 0 insertions, 0 deletions