summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/dist/s_style
diff options
context:
space:
mode:
authorLuke Pearson <luke.pearson@mongodb.com>2023-05-01 14:35:17 +1000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-05-01 05:11:21 +0000
commitadfd9081f4dcbeec88a49a8ba546db6626c949ca (patch)
tree732e1075a0c23037da225550a5df8a359a323b83 /src/third_party/wiredtiger/dist/s_style
parentf22da93f68c3f65ffbab0a94a6c6097c65c9feed (diff)
downloadmongo-adfd9081f4dcbeec88a49a8ba546db6626c949ca.tar.gz
Import wiredtiger: f77c5af3ebf80456d50bc8b4adec5fa1874d9f9a from branch mongodb-master
ref: 1ed75dd093..f77c5af3eb for: 7.1.0-rc0 WT-10767 Have WT utility use the same allocator as the main WiredTiger library
Diffstat (limited to 'src/third_party/wiredtiger/dist/s_style')
-rwxr-xr-xsrc/third_party/wiredtiger/dist/s_style4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/dist/s_style b/src/third_party/wiredtiger/dist/s_style
index 51426d1f80b..5649836f1dc 100755
--- a/src/third_party/wiredtiger/dist/s_style
+++ b/src/third_party/wiredtiger/dist/s_style
@@ -198,9 +198,9 @@ else
if ! expr "$f" : 'bench/.*' > /dev/null &&
! expr "$f" : 'examples/.*' > /dev/null &&
! expr "$f" : 'ext/.*' > /dev/null &&
- ! expr "$f" : 'test/.*' > /dev/null &&
- ! expr "$f" : '.*/utilities/.*' > /dev/null; then
+ ! expr "$f" : 'test/.*' > /dev/null; then
if ! expr "$f" : '.*/os_alloc.c' > /dev/null &&
+ ! expr "$f" : '.*/util_misc.c' > /dev/null &&
egrep '[[:space:]]free[(]|[[:space:]]strdup[(]|[[:space:]]strndup[(]|[[:space:]]malloc[(]|[[:space:]]calloc[(]|[[:space:]]realloc[(]|[[:space:]]sprintf[(]' $f > $t; then
test -s $t && {
echo "$f: call to illegal function"