From 64911ed444d918f799840a8d97a987580b40f5e3 Mon Sep 17 00:00:00 2001 From: xueyunfei Date: Tue, 13 Jun 2023 11:48:32 +0800 Subject: [PATCH] Lwip:Backport some lwip bugs to 5.0 * Update submodule: git log --oneline d5e56d06658ae11292be1baea56204f7120b6fa7..57c29648ff40e2a19a51683717928aaf766a0495 Detailed description of the changes: - ip6: add a hook for ip6 source address selection(esp-lwip@57c29648) - netdb:fixed bug for getaddrinfo returns null when IPV4 mapped address (esp-lwip@dafc8225) --- components/lwip/lwip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lwip/lwip b/components/lwip/lwip index d5e56d0665..57c29648ff 160000 --- a/components/lwip/lwip +++ b/components/lwip/lwip @@ -1 +1 @@ -Subproject commit d5e56d06658ae11292be1baea56204f7120b6fa7 +Subproject commit 57c29648ff40e2a19a51683717928aaf766a0495