Files
esp-protocols/components
David Cermak f12a205657 fix(sockutls): Fix gai_strerror() impl to return const string
Previous gai_strerror() returned numeric representation of the code,
but used TLS storage, which might cause issues with stack sizes on all
tasks in the system. Alternatively we can leave the storage to static
only (which wouldn't be thread-safe) or we could one-time allocate and
never free (which is wrong).
This option uses hardcoded strings for common error codes used in lwip.
The disadvantage is that we might need to update the impl in the future
when lwip adds more codes.
2025-01-07 14:06:00 +01:00
..
2024-06-24 15:50:50 +02:00
2024-12-10 12:48:09 +01:00
2024-11-14 12:04:25 +01:00
2024-12-20 15:09:41 +01:00