Snippets for adtool 1.3.3 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/adtool/1.3.3_4/150amd64-default.log.
-
active_directory.c:151:28: warning: 'memset' call operates on objects of type 'char' while the size is based on a different type 'char *' [-Wsizeof-pointer-memaccess] 151 | memset(bindpw, 0, sizeof(bindpw)); | ~~~~~~ ^~~~~~