tplink-safeloader: stop at nameless partition
authorSander Vanheule <sander@svanheule.net>
Fri, 3 Feb 2023 22:03:18 +0000 (23:03 +0100)
committerSander Vanheule <sander@svanheule.net>
Sun, 12 Mar 2023 12:35:51 +0000 (13:35 +0100)
commita29817e67020bc0a68b8a8ecc22842352e382803
treec66dbcba93027f9be345b42e8dc4976fc71a2c42
parent0c8a724630da57057021560e9cc03827df4286ae
tplink-safeloader: stop at nameless partition

Current code only skips all-zero partition table entries, but nameless
partitions with zero size don't make much sense either. Assume that any
entry without a partition name is invalid, and stop processing entry
lists at that point.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
src/tplink-safeloader.c