From: Junio C Hamano Date: Wed, 20 Sep 2017 06:04:16 +0000 (+0900) Subject: Merge branch 'jk/leak-checkers' into next X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5e9ba01461c999e241cb53e48a0c6310a4c0a70e Merge branch 'jk/leak-checkers' into next 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 --- 5e9ba01461c999e241cb53e48a0c6310a4c0a70e