commit | 232e2f4fd9a24bf08215ddc8c53ccadffc841fb5 | [log] [tgz] |
---|---|---|
author | Paul Emge <paulemge@forallsecure.com> | Mon Jul 08 16:37:03 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 18 11:31:28 2019 -0400 |
tree | 2bde1d5dff61061f52f05ffd2d8fa353484a73c0 | |
parent | 1493b140e4a9211635964cd1c0276e599405f403 [diff] |
CVE-2019-13103: disk: stop infinite recursion in DOS Partitions part_get_info_extended and print_partition_extended can recurse infinitely while parsing a self-referential filesystem or one with a silly number of extended partitions. This patch adds a limit to the number of recursive partitions. Signed-off-by: Paul Emge <paulemge@forallsecure.com>