1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-05 23:51:28 +03:00
systemd/udev/lib
Alan Jenkins 542aeeb48a udevd: queue-export - fix crash
The math in skip_to() was the wrong way round and allocated a
variable size array on the stack with a massively negative size.

Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
2009-05-28 19:19:42 +02:00
..
.gitignore
exported_symbols udevd: implement a more efficient queue file format 2009-05-21 22:22:37 +02:00
libudev-ctrl.c use more efficient string copying 2009-05-20 17:57:52 +02:00
libudev-device-db-write.c fix location of database files 2009-05-21 01:44:45 +02:00
libudev-device.c fix location of database files 2009-05-21 01:44:45 +02:00
libudev-enumerate.c use more efficient string copying 2009-05-20 17:57:52 +02:00
libudev-list.c
libudev-monitor.c use more efficient string copying 2009-05-20 17:57:52 +02:00
libudev-private.h udevd: implement a more efficient queue file format 2009-05-21 22:22:37 +02:00
libudev-queue-export.c udevd: queue-export - fix crash 2009-05-28 19:19:42 +02:00
libudev-queue.c udevd: implement a more efficient queue file format 2009-05-21 22:22:37 +02:00
libudev-util.c require key names in uppercase 2009-05-20 23:45:32 +02:00
libudev.c require key names in uppercase 2009-05-20 23:45:32 +02:00
libudev.h udevd: implement a more efficient queue file format 2009-05-21 22:22:37 +02:00
libudev.pc.in
Makefile.am
test-libudev.c