Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | licensing: add spdx to our .cocci files | Zbigniew Jędrzejewski-Szmek | 2021-10-01 | 1 | -0/+1 |
| | | | | | Since those are chunks of code based on our codebase, it's easiest to use the same license. | ||||
* | tree-wide: introduce free_and_replace helper | Zbigniew Jędrzejewski-Szmek | 2016-10-16 | 1 | -0/+15 |
It's a common pattern, so add a helper for it. A macro is necessary because a function that takes a pointer to a pointer would be type specific, similarly to cleanup functions. Seems better to use a macro. |