1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/coverity/README
Andreas Schneider f0196b2e03 coverity: Add modeling file for Coverity scan
The modeling file has currently all macros for cmocka that Coverity
doesn't detect false positives. We could add torture assert macros if
needed too.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu Feb 23 07:11:18 CET 2017 on sn-devel-144
2017-02-23 07:11:18 +01:00

7 lines
331 B
Plaintext

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.