The Valgrind examples show traces of output with alloc functions in them
---
cfg.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cfg.mk b/cfg.mk
index 2dfde01..47f59dd 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -816,7 +816,7 @@ exclude_file_name_regexp--sc_prohibit_nonreentrant = \
^((po|tests)/|docs/.*py|run.in$$)
exclude_file_name_regexp--sc_prohibit_raw_allocation = \
- ^(src/util/viralloc\.[ch]|examples/.*|tests/securityselinuxhelper.c)$$
+
^(docs/hacking\.html\.in)|(src/util/viralloc\.[ch]|examples/.*|tests/securityselinuxhelper.c)$$
exclude_file_name_regexp--sc_prohibit_readlink = \
^src/(util/virutil|lxc/lxc_container)\.c$$
--
1.7.11.7