On Tue, Apr 06, 2021 at 11:45:48PM +0000, Andrew Beltrano wrote: > diff --git a/src/utils/common.c b/src/utils/common.c > +#include <sys/stat.h> > +int read_link_target(const char *name, char **target) > + if (lstat(name, &statbuf) < 0) .. src/utils/common.c is supposed to be mostly platform independent functionality while platform/operating system specific functionality would be in src/utils/os_*.c. This function seems to be in that latter category and I'd assume it would have quite different behavior on Windows, for example, and maybe not even applicable for that case to meet the patch 2/2 need. -- Jouni Malinen PGP id EFC895FA _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap