Systemd/src/libsystemd/sd-netlink
Lennart Poettering a1e58e8ee1 tree-wide: use coccinelle to patch a lot of code to use mfree()
This replaces this:

        free(p);
        p = NULL;

by this:

        p = mfree(p);

Change generated using coccinelle. Semantic patch is added to the
sources.
2015-09-09 08:19:27 +02:00
..
local-addresses.c sd-netlink: rename from sd-rtnl 2015-06-13 19:52:54 +02:00
local-addresses.h sd-netlink: rename from sd-rtnl 2015-06-13 19:52:54 +02:00
Makefile sd-netlink: rename from sd-rtnl 2015-06-13 19:52:54 +02:00
netlink-internal.h Merge commit 'refs/pull/436/head' of https://github.com/systemd/systemd 2015-07-14 19:19:39 +02:00
netlink-message.c tree-wide: use coccinelle to patch a lot of code to use mfree() 2015-09-09 08:19:27 +02:00
netlink-socket.c sd-netlink: don't treat NULL as root type-system 2015-06-24 13:46:11 +02:00
netlink-types.c sd-netlink: add support for vxlan attributes 2015-07-29 11:28:57 +05:30
netlink-types.h sd-netlink: add support for new type NETLINK_TYPE_FLAG 2015-07-29 11:29:04 +05:30
netlink-util.c sd-netlink: rename from sd-rtnl 2015-06-13 19:52:54 +02:00
netlink-util.h sd-netlink: rename from sd-rtnl 2015-06-13 19:52:54 +02:00
rtnl-message.c sd-netlink: message - split up source file 2015-06-13 21:11:01 +02:00
sd-netlink.c tree-wide: generate EBADF when we get invalid fds 2015-08-14 18:23:16 +02:00
test-local-addresses.c tree-wide: introduce mfree() 2015-07-31 19:56:38 +02:00
test-netlink.c sd-netlink: drop the write-queue 2015-06-13 20:51:56 +02:00