Bug#632118: Crash with missing options

2011-10-13 Thread Eduard Bloch
The patch. diff -urd util-linux-2.19.1/mount/mount.c util-linux-2.19.1.mine/mount/mount.c --- util-linux-2.19.1/mount/mount.c 2011-10-12 21:14:38.0 +0200 +++ util-linux-2.19.1.mine/mount/mount.c 2011-10-12 21:04:21.928021597 +0200 @@ -2135,7 +2136,7 @@ if (has_noauto (mc->m.mnt_opts))

Bug#632118: Crash with missing options

2011-10-12 Thread Eduard Bloch
severity 632118 important severity 640045 important tags 632118 + patch Hi, here comes another one. I provided a patch which sets "defaults" when options field is empty, and also handles the null pointer gracefully if that function is every used incorrectly somewhere. This problem appears relate