Skip to content

gresolver: Convert encoding of gai_strerror() return value

It returns a string in the libc locale, which is not necessarily UTF-8. Convert that to UTF-8 before returning it to the caller.

Spotted by Tomasz Miąsko.

Signed-off-by: Philip Withnall withnall@endlessm.com

Fixes: #1732 (closed)

Merge request reports