summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-09-21 13:38:37 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-09-21 13:38:37 +0900
commit59c0ea183ad1c5c2b3790caa5046e4ecfa839247 (patch)
tree242ae5e21d079bd057f935d818117ca17a087790 /builtin
parentThe eighth batch for 2.15 (diff)
parentgit-compat-util: make UNLEAK less error-prone (diff)
downloadtgif-59c0ea183ad1c5c2b3790caa5046e4ecfa839247.tar.xz
Merge branch 'jk/leak-checkers'
Many of our programs consider that it is OK to release dynamic storage that is used throughout the life of the program by simply exiting, but this makes it harder to leak detection tools to avoid reporting false positives. Plug many existing leaks and introduce a mechanism for developers to mark that the region of memory pointed by a pointer is not lost/leaking to help these tools. * jk/leak-checkers: git-compat-util: make UNLEAK less error-prone
Diffstat (limited to 'builtin')
0 files changed, 0 insertions, 0 deletions