diff options
author | Patrick Steinhardt <ps@pks.im> | 2019-08-08 10:45:12 +0200 |
---|---|---|
committer | Patrick Steinhardt <ps@pks.im> | 2019-08-23 12:54:01 +0200 |
commit | 8c7d9761369086d4db176c179cb3319eeb64c275 (patch) | |
tree | 7802783c5b1fd28982eccb886cd61b2fa086e216 /.github | |
parent | a477bff11054540219e9a2920aab18cf44dbdba4 (diff) | |
download | libgit2-8c7d9761369086d4db176c179cb3319eeb64c275.tar.gz |
posix: fix direct use of `malloc`
In "posix.c" there are multiple callsites which execute `malloc` instead
of `git__malloc`. Thus, users of library are not able to track these
allocations with a custom allocator.
Convert these call sites to use `git__malloc` instead.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions