search for: 2588adb

Displaying 1 result from an estimated 1 matches for "2588adb".

Did you mean: 158badb
2013 Dec 04
5
[PATCH] coverity: Store the modelling file in the source tree.
...n Jackson <Ian.Jackson@eu.citrix.com> --- misc/coverity_model.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 misc/coverity_model.c diff --git a/misc/coverity_model.c b/misc/coverity_model.c new file mode 100644 index 0000000..2588adb --- /dev/null +++ b/misc/coverity_model.c @@ -0,0 +1,70 @@ +/* Coverity Scan model + * + * This is a modeling file for Coverity Scan. Modeling helps to avoid false + * positives. + * + * - A model file can''t import any header files. + * - Therefore only some built-in primitives like int, c...