Commit c172ee216cd5d46c1999018e1a3e905eebe3c10c

Pali Rohár 2021-02-03T20:58:39

Avoid calling SetLastError() and GetLastError() internally There is no need for propagating internal errors via SetLastError() and GetLastError() calls. Just use additional argument for save_err_str() function. Also dlfcn API is POSIX and does not use GetLastError().