libgit2/script
Patrick Steinhardt 40f6f22517 coverity: hint that string length is at least 2
When checking if a string is prefixed by a drive letter (e.g.
"C:") we verify this by inspecting the first and second character
of the string. Coverity thinks this is a defect as we do not
check the string's length first, but in fact we only check the
second character if the first character is part of the alphabet,
that is it cannot be '\0'.

Fix this by overriding the macro and explicitly checking the
string's length.
2016-02-18 20:50:33 +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 that string length is at least 2 2016-02-18 20:50:33 +01:00