]> err.no Git - util-linux/commit
mount: -L|-U segfault when label or uuid doesn't exist
authorKarel Zak <kzak@redhat.com>
Thu, 11 Oct 2007 14:18:29 +0000 (16:18 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 11 Oct 2007 22:41:39 +0000 (00:41 +0200)
commit53ca67faf2aa1d742119c3510ef5064e0761ed90
treeca67a50e1cb5be1290d3944883048e52dc6229e7
parent66a3320b78cb7155c95451292f73501fea739a18
mount: -L|-U segfault when label or uuid doesn't exist

 # mount -L foo
 Segmentation fault

mount(8) calls strcmp() with NULL argument.

Signed-off-by: Karel Zak <kzak@redhat.com>
mount/mount.c