Systemd/src/libudev
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
..
.gitignore update .gitignore 2012-04-13 21:58:01 +02:00
libudev-device-internal.h libudev-device: fix lazy loading of devlinks, properties and tags 2015-04-23 22:31:25 +02:00
libudev-device-private.c udevd: fix REMOVE handling 2015-04-23 22:31:25 +02:00
libudev-device.c libudev: device - fix typo in udev_device_get_sysattr_list_entry() 2015-06-17 22:03:34 +02:00
libudev-enumerate.c libudev: enumerate - accept NULL parameters in add_match() 2015-06-03 22:08:46 +02:00
libudev-hwdb.c udev: builtin-hwdb - port to sd-hwdb 2014-12-15 20:40:09 +01:00
libudev-list.c tree-wide: use coccinelle to patch a lot of code to use mfree() 2015-09-09 08:19:27 +02:00
libudev-monitor.c libudev: monitor - set nl_pid when reusing fd in udev_monitor_new_from_netlink_fd 2015-06-03 01:54:16 +02:00
libudev-private.h udevd: manager - move a few global variables into the Manager object 2015-05-12 19:16:43 +02:00
libudev-queue.c remove unused includes 2015-02-23 23:53:42 +01:00
libudev-util.c libudev-util: check length before accesing the array 2015-04-05 08:46:01 +02:00
libudev.c remove unused includes 2015-02-23 23:53:42 +01:00
libudev.h remove unused includes 2015-02-23 23:53:42 +01:00
libudev.pc.in build-sys: libudev - get rid of the needless selinux linking (again) 2013-10-15 02:11:56 +02:00
libudev.sym libudev: fix symbol version for udev_queue_flush() and udev_queue_get_fd() 2014-08-30 11:39:47 +02:00
Makefile build-sys: add stub makefiles to all subdirs to ease development with emacs 2012-04-13 21:37:59 +02:00