libgit2/script
Patrick Steinhardt 956f1e2387 coverity: add user model
The static analysis engine coverity allows for user models
overriding how it treats functions when analyzing code. Like
this, one can greatly reduce the rate of false positives and thus
make it easier to spot actual errors.

Add a user model that overrides function models for `git_buf_len`
and `git_vector_insert`, which together amount for a majority of
false positives.
2016-06-07 09:20:51 +02:00
..
appveyor-mingw.sh Remove CI support for mingw32 2016-03-14 11:05:58 +01:00
cibuild.sh CI: start the proxy before the build so it's ready 2016-04-19 13:54:19 +02:00
coverity.sh coverity: report errors when uploading tarball 2016-03-11 13:31:12 +01:00
install-deps-osx.sh travis: don't install CMake on OS X 2015-07-06 18:42:39 +02:00
user_model.c coverity: add user model 2016-06-07 09:20:51 +02:00
user_nodefs.h common: introduce GITERR_CHECK_ALLOC_BUF 2016-02-23 11:50:23 +01:00