]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove last usage of PATH_MAX and ban its future use
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 25 May 2012 13:14:07 +0000 (14:14 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 28 May 2012 09:43:01 +0000 (10:43 +0100)
commitebbcc0263969cc4472f4aafea8901154c790a196
treea814447ea77f4a4db9fa53f974ee0a317749f68e
parent0d07aa512c775d9b4e8460f203898364ba5413dd
Remove last usage of PATH_MAX and ban its future use

Remove a number of pointless checks against PATH_MAX and
add a syntax-check rule to prevent its use in future

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
cfg.mk
src/security/virt-aa-helper.c
src/storage/storage_backend_scsi.c
src/xenxs/xen_xm.c
tools/virsh.c