Files
systemd/udev
Alan Jenkins 111e4f81ff replace strncpy() with strlcpy()
The problem was strncpy() doesn't stop after writing the terminating
NUL; by definition it goes on to zero the entire buffer.

I spy another use of strncpy in udev_device_add_property_from_string(),
which is responsible for another ~1% user cpu time...

Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
2008-10-21 23:55:13 +02:00
..
2008-10-21 23:55:13 +02:00
2008-09-29 05:03:43 +02:00
2008-10-16 18:13:48 +02:00
2008-08-09 14:05:01 +02:00
2008-09-30 13:43:35 +02:00