Name |
Last commit
|
Last update |
---|---|---|
.. | ||
appveyor-mingw.sh | ||
cibuild.sh | ||
coverity.sh | ||
install-deps-osx.sh | ||
toolchain-mingw32.cmake | ||
user_nodefs.h |
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.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
appveyor-mingw.sh | Loading commit data... | |
cibuild.sh | Loading commit data... | |
coverity.sh | Loading commit data... | |
install-deps-osx.sh | Loading commit data... | |
toolchain-mingw32.cmake | Loading commit data... | |
user_nodefs.h | Loading commit data... |