randomconfig fixes 5: false positive for tar; mount emits corrupted message
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
5c3e060604
commit
ecf25cb5bc
@ -204,7 +204,7 @@ SKIP=
|
|||||||
|
|
||||||
# Had a bug where on extract autodetect first "switched off" -z
|
# Had a bug where on extract autodetect first "switched off" -z
|
||||||
# and then failed to recognize .tgz extension
|
# and then failed to recognize .tgz extension
|
||||||
optional FEATURE_TAR_CREATE FEATURE_SEAMLESS_GZ
|
optional FEATURE_TAR_CREATE FEATURE_SEAMLESS_GZ GUNZIP
|
||||||
testing "tar extract tgz" "\
|
testing "tar extract tgz" "\
|
||||||
dd count=1 bs=1M if=/dev/zero of=F0 2>/dev/null
|
dd count=1 bs=1M if=/dev/zero of=F0 2>/dev/null
|
||||||
tar -czf F0.tgz F0
|
tar -czf F0.tgz F0
|
||||||
|
@ -2058,7 +2058,7 @@ static int singlemount(struct mntent *mp, int ignore_busy)
|
|||||||
del_loop(mp->mnt_fsname);
|
del_loop(mp->mnt_fsname);
|
||||||
if (ENABLE_FEATURE_CLEAN_UP) {
|
if (ENABLE_FEATURE_CLEAN_UP) {
|
||||||
free(loopFile);
|
free(loopFile);
|
||||||
free(mp->mnt_fsname);
|
/* No, "rc != 0" needs it: free(mp->mnt_fsname); */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user