libgit2/script
Patrick Steinhardt f2a554b45e coverity: hint git_vector_foreach does not deref NULL contents
Coverity does not comprehend the connection between a vector's
size and the contents pointer, that is that the vector's pointer
is non-NULL when its size is positive. As the vector code should
be reasonably well tested and users are expected to not manually
modify a vector's contents it seems save to assume that the
macros will never dereference a NULL pointer.

Fix Coverity warnings by overriding the foreach macros with
macros that explicitly aborting when (v)->contents is NULL.
2016-02-23 11:50:23 +01:00
..
appveyor-mingw.sh Add MinGW-w64 to matrix 2015-03-04 16:52:37 -08:00
cibuild.sh Don't try to start ssh. 2015-06-26 18:05:17 +02:00
coverity.sh coverity: use https URL for posting build 2016-02-10 11:06:23 +01:00
install-deps-osx.sh travis: don't install CMake on OS X 2015-07-06 18:42:39 +02:00
toolchain-mingw32.cmake set PKG_CONFIG_LIBDIR in toolchain-mingw32.cmake 2015-03-17 12:05:07 -07:00
user_nodefs.h coverity: hint git_vector_foreach does not deref NULL contents 2016-02-23 11:50:23 +01:00