libvirt/src/node_device
Jim Meyering b148318981 node_device_driver.c: don't write beyond EOB for 4K-byte symlink
* src/node_device/node_device_driver.c (update_driver_name): The
previous code would write one byte beyond the end of the 4KiB
stack buffer when presented with a symlink value of exactly that
length (very unlikely).  Remove the automatic buffer and use
virFileResolveLink in place of readlink.  Suggested by Daniel Veillard.
2009-12-14 16:26:38 +01:00
..
node_device_driver.c node_device_driver.c: don't write beyond EOB for 4K-byte symlink 2009-12-14 16:26:38 +01:00
node_device_driver.h expose SR IOV physical/virtual function relationships 2009-12-14 14:44:12 +01:00
node_device_hal.c expose SR IOV physical/virtual function relationships 2009-12-14 14:44:12 +01:00
node_device_hal.h Implement a node device backend using libudev 2009-11-12 22:48:24 +01:00
node_device_linux_sysfs.c expose SR IOV physical/virtual function relationships 2009-12-14 14:44:12 +01:00
node_device_udev.c Fix use of virEventAddHandleImpl() 2009-12-14 16:09:01 +01:00
node_device_udev.h Implement a node device backend using libudev 2009-11-12 22:48:24 +01:00