aboutsummaryrefslogtreecommitdiff
path: root/src/coverity-model.c
Commit message (Collapse)AuthorAge
* ci(coverity): model our allocation functionsJames McCoy2022-05-20
| | | | | | | | Coverity was reporting false positives, particularly around for non-NUL terminated strings around uses of xmemdupz(). The updated model ensures Coverity understands xmemdupz allocates an extra byte and sets it to NUL as well as the main details of our other allocation related wrappers.
* Remove support for using jemalloc instead of the system allocatorJames McCoy2019-01-19
| | | | | | There was never any investigation done to determine whether using jemalloc was actually a net benefit for nvim. It has been a portability limitation and adds another factor to consider when triaging issues.
* ci: Update Coverity model for typval refactoringJames McCoy2017-03-29
| | | | [ci skip]
* lintJustin M. Keyes2017-03-05
| | | | You cannot escape clint...
* ci: Add Coverity modelingJames McCoy2017-03-04
[ci skip]