aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/talloc_count.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/talloc_count.sh b/contrib/talloc_count.sh
index 3b035854..61aa3f57 100755
--- a/contrib/talloc_count.sh
+++ b/contrib/talloc_count.sh
@@ -35,6 +35,7 @@ grep contains "$f" \
| grep -v '^$' \
| grep -v '^[0-9]\+$' \
| sed 's/0x[0-9a-fA-F]\+/N/g' \
+ | sed 's/\<[0-9a-fA-F]\+\>/N/g' \
| sed 's/[0-9]\+/N/g' \
| sort \
> "$mangled"