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