commit | c04d68c69458526d30bd542ff2f8f83cc20ccfc5 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Fri Sep 21 09:50:58 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Tue Sep 25 14:58:51 2012 -0700 |
tree | a06620ac0682d9eaa1625d3ddf060e075a094dbd | |
parent | 10a37fd7a40826c43a63591855346adf1a1ac02d [diff] |
disk: part_efi: range-check partition number Enhance get_partition_info_efi() to range-check the partition number. This prevents invalid partitions being accessed, and prevents access beyond the end of the gpt_pte[] array. Signed-off-by: Stephen Warren <swarren@nvidia.com>