Commit Graph

6 Commits

Author SHA1 Message Date
Lewis Russell 47388614cb refactor(treesitter): handle coverity warnings better 2024-03-20 12:22:54 +00:00
James McCoy 1da7e2b8ca
ci(coverity): model our allocation functions
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.
2022-05-20 08:14:20 -04:00
James McCoy c2343180d7
Remove support for using jemalloc instead of the system allocator
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.
2019-01-19 18:09:52 -05:00
James McCoy 91dfebf050
ci: Update Coverity model for typval refactoring
[ci skip]
2017-03-29 21:16:58 -04:00
Justin M. Keyes a568816253 lint
You cannot escape clint...
2017-03-05 22:17:15 +01:00
James McCoy b0fb1f4540
ci: Add Coverity modeling
[ci skip]
2017-03-04 23:20:00 -05:00