Vincent Stehlé
4b4d24060e
efi_loader: fix ipv4 device path node conversion
...
When converting an IPv4 device path node to text, the
EFI_DEVICE_PATH_TO_TEXT_PROTOCOL will produce the following string:
IPv4(5.6.7.8,TCP,UDP,0x6,DHCP,1.2.3.4,9.10.11.12,255.255.255.0)
This string erroneously contains multiple protocols: TCP, UDP and 0x6.
Add the missing `break' statements in the dp_msging() function to fix this
and obtain the following expected string instead:
IPv4(5.6.7.8,TCP,DHCP,1.2.3.4,9.10.11.12,255.255.255.0)
Fixes: aaf63429a1 ("efi_loader: add IPv4() to device path to text protocol")
Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com >
Cc: Heinrich Schuchardt <xypron.glpk@gmx.de >
Cc: Ilias Apalodimas <ilias.apalodimas@linaro.org >
Cc: Adriano Cordova <adrianox@gmail.com >
Cc: Tom Rini <trini@konsulko.com >
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org >
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de >
Reviewed-by: Andre Przywara <andre.przywara@arm.com >
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org >
2025-03-26 13:05:36 +02:00
..
2025-01-21 09:27:24 -06:00
2024-12-19 09:10:34 -06:00
2023-12-21 08:54:37 -05:00
2024-07-15 12:12:18 -06:00
2024-07-15 12:12:18 -06:00
2024-07-15 12:12:18 -06:00
2024-10-14 17:59:04 -06:00
2024-07-15 12:12:18 -06:00
2024-10-21 17:52:52 -06:00
2024-09-12 17:35:37 +02:00
2025-02-20 11:07:44 +01:00
2025-03-26 13:05:36 +02:00
2025-01-05 02:30:48 +01:00
2024-09-19 10:52:50 +03:00
2024-07-15 12:12:18 -06:00
2024-10-11 11:44:48 -06:00
2025-02-12 12:37:19 -06:00
2024-07-15 12:12:18 -06:00
2024-07-15 12:12:18 -06:00
2025-02-27 12:11:02 -06:00
2023-12-21 08:54:37 -05:00
2024-11-14 18:14:05 -06:00
2025-02-03 16:01:36 -06:00
2024-07-15 12:12:18 -06:00
2020-01-22 17:47:57 -05:00
2025-01-22 15:58:03 -06:00
2023-12-21 08:54:37 -05:00
2023-12-21 08:54:37 -05:00
2024-11-03 21:27:12 -06:00
2024-08-26 14:06:08 -06:00
2023-09-24 09:54:57 -04:00
2023-12-21 08:54:37 -05:00
2024-12-02 07:40:30 -06:00
2018-09-18 00:01:18 -06:00
2024-04-20 08:22:24 +02:00
2024-07-15 12:12:18 -06:00
2024-07-15 12:12:18 -06:00
2025-02-03 16:01:36 -06:00
2023-12-21 08:54:37 -05:00
2022-04-21 14:32:40 -04:00
2023-12-21 08:54:37 -05:00
2023-12-21 08:54:37 -05:00
2018-05-07 09:34:12 -04:00
2023-12-21 08:54:37 -05:00
2024-10-11 11:44:48 -06:00
2020-05-18 21:19:23 -04:00
2024-08-27 18:01:21 -06:00
2023-12-21 08:54:37 -05:00
2021-05-24 14:21:30 -04:00
2021-04-14 15:06:08 -04:00
2023-12-21 08:54:37 -05:00
2023-12-21 08:54:37 -05:00
2024-12-31 10:57:54 -06:00
2023-12-21 08:54:37 -05:00
2025-02-03 16:01:36 -06:00
2024-07-05 13:57:02 -06:00
2024-10-11 11:44:48 -06:00
2023-12-21 08:54:37 -05:00
2024-12-07 09:07:45 -03:00
2024-10-11 11:44:48 -06:00
2024-02-09 09:42:04 +01:00
2024-07-04 09:25:20 -06:00
2025-02-03 16:00:42 -06:00
2018-05-07 09:34:12 -04:00
2023-12-21 08:54:37 -05:00
2012-12-13 11:46:07 -07:00
2023-12-21 08:54:37 -05:00
2025-03-24 11:12:33 -06:00
2025-02-03 16:01:36 -06:00
2025-02-03 16:01:36 -06:00
2025-02-03 16:01:36 -06:00
2024-12-06 17:47:23 -06:00
2024-01-09 14:58:33 +01:00
2024-11-18 16:12:35 +01:00
2023-12-21 08:54:37 -05:00
2019-12-06 16:44:20 -05:00
2023-12-21 08:54:37 -05:00
2023-12-21 08:54:37 -05:00
2023-12-21 08:54:37 -05:00
2023-12-21 08:54:37 -05:00
2021-06-11 16:34:52 +05:30
2018-05-07 09:34:12 -04:00
2023-12-21 08:54:37 -05:00
2023-12-21 08:54:37 -05:00
2023-12-21 08:54:37 -05:00
2024-12-06 17:47:23 -06:00
2025-01-18 17:12:47 -06:00
2025-01-18 17:12:47 -06:00
2024-12-06 17:47:23 -06:00
2023-12-21 08:54:37 -05:00
2024-02-02 19:57:45 +01:00
2025-01-14 14:29:49 -06:00
2020-08-24 14:11:31 -04:00
2025-02-12 12:37:12 -06:00
2024-11-13 08:14:23 -06:00
2024-01-09 10:08:52 +01:00
2024-10-11 11:44:47 -06:00
2024-11-29 12:59:27 +02:00
2025-01-28 08:58:41 +02:00
2025-01-28 09:09:32 +02:00
2023-12-21 08:54:37 -05:00
2022-01-19 18:11:34 +01:00
2024-10-14 17:58:30 -06:00
2025-01-28 08:58:41 +02:00
2025-01-01 10:40:33 -06:00
2025-02-20 08:40:52 +01:00
2024-11-13 08:16:41 -06:00
2019-05-05 08:48:50 -04:00