mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-16 20:51:27 +00:00
The only uses of bzero() in the maiko sources come about because it is used in the macOS definition of the FD_ZERO() macro in sys/select.h. Suppress the warning by including -clang-analyzer-security.insecureAPI.bzero in the clang-tidy list of checks. This may well have been replaced by a memset() call in more up-to-date macOS releases.
9.1 KiB
9.1 KiB