Snippets for adtool 1.3.3 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/adtool/1.3.3_4/150arm64-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)); | ~~~~~~ ^~~~~~