mirror of
https://git.proxmox.com/git/libgit2
synced 2025-11-03 14:24:43 +00:00
We commonly have to check if a git_buf has been allocated correctly or if we ran out of memory. Introduce a new macro similar to `GITERR_CHECK_ALLOC` which checks if we ran OOM and if so returns an error. Provide a `#nodef` for Coverity to mark the error case as an abort path. |
||
|---|---|---|
| .. | ||
| appveyor-mingw.sh | ||
| cibuild.sh | ||
| coverity.sh | ||
| install-deps-osx.sh | ||
| toolchain-mingw32.cmake | ||
| user_nodefs.h | ||