]> 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:38:22 +0000 (00:38 +0200)
commit031a4a7ab1b8ebab2f88f41bc98965855dbd1c62
treef0b7b04fe9508aa5639995ed9d9a979f58d2a86d
parentfb241307d6150533d005245a03f35b152bee1c01
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