mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr;
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 17 Sep 2006 15:04:01 +0000 (15:04 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 17 Sep 2006 15:04:01 +0000 (15:04 -0000)
commit3bc59aa2a46c132121d892254c81ad7e54eb796d
tree068e3d7786c2f6033511f18d46854a391da7e002
parentfc56dd2e2128556971b9c0de329a2a6d15d5489f
mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr;
check for "more than 2 arguments" was actually checking for -2.
util-linux/mount.c