{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1756384003,"commit_time":1756429662,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"7ceb9c54aa6bc25aa16416834d0fef6cbe51f432","message":"clang-tidy: disable `clang-analyzer-security.ArrayBound`\n\nIt's causing false-positives with clang-tidy v21, in cases in system\nheaders (seen in `FD_ISSET()` with macOS SDK). In some cases in\ntests/server, there was no distinct source line that was triggering it.\n\nExample:\n```\n/Applications/Xcode_16.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.5.sdk/usr/include/sys/_types/_fd_def.h:83:10: error: Potential out of bound access to 'fds_read.fds_bits' with tainted index [clang-analyzer-security.ArrayBound,-warnings-as-errors]\n   83 |                 return _p->fds_bits[(unsigned long)_fd / __DARWIN_NFDBITS] & ((__int32_t)(((unsigned long)1) << ((unsigned long)_fd % __DARWIN_NFDBITS)));\n      |                        ^\n[...]\n/Users/runner/work/curl/curl/tests/server/socksd.c:679:5: note: Taking false branch\n  679 |     if(rc < 0) {\n      |     ^\n```\n\nCloses #18422\n","parents":["c3bbd41eefd78f5dc51e96493434f031f7868477"],"tree_hash":"2cc8e83c8801e651c209491ffadbcd0cf3498526"}