Re: [PATCH v2 08/41] disk: part_dos: Fix a NULL pointer error

2021-11-24 Thread Simon Glass
When ext is NULL we cannot dereference it. Update the code flow to avoid this, so that layout_mbr_partitions() can be used with partition tables that do not include an extended partition. Signed-off-by: Simon Glass --- (no changes since v1) disk/part_dos.c | 10 ++ 1 file changed, 6 in

[PATCH v2 08/41] disk: part_dos: Fix a NULL pointer error

2021-10-23 Thread Simon Glass
When ext is NULL we cannot dereference it. Update the code flow to avoid this, so that layout_mbr_partitions() can be used with partition tables that do not include an extended partition. Signed-off-by: Simon Glass --- (no changes since v1) disk/part_dos.c | 10 ++ 1 file changed, 6 in