summaryrefslogtreecommitdiff
path: root/coverity/README.md
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2023-02-03 11:22:40 +0100
committerAnoop C S <anoopcs@samba.org>2025-08-05 06:07:37 +0000
commit2334a352395de836b83e84d8364c3b4ba254d411 (patch)
treeb5ee7ea5dfa56b71958dac815a527c2dc209b57a /coverity/README.md
parent9dc69dd50438efeb58b80604f6c9bd59d94c83ba (diff)
downloadsamba-2334a352395de836b83e84d8364c3b4ba254d411.tar.gz
samba-2334a352395de836b83e84d8364c3b4ba254d411.tar.bz2
samba-2334a352395de836b83e84d8364c3b4ba254d411.zip
coverity: Rename README to README.md
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Anoop C S <anoopcs@samba.org> Reviewed-by: Shwetha K Acharya <Shwetha.K.Acharya@ibm.com>
Diffstat (limited to 'coverity/README.md')
-rw-r--r--coverity/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/coverity/README.md b/coverity/README.md
new file mode 100644
index 00000000000..84795d9fe10
--- /dev/null
+++ b/coverity/README.md
@@ -0,0 +1,6 @@
+coverity_assert_model.c:
+
+This file is a Coverity Modeling file for which currently adds the needed models
+for using the cmocka unit test framework. The assert functions could create
+false positives, to avoid that you can load this modeling file in the Coverity
+web interface. If needed add models for torture_ and talloc_ macros.