mirror of
https://github.com/sheumann/hush.git
synced 2024-11-14 05:05:59 +00:00
882cec3e40
Hi, With the following /etc/fstab (any two or more lines of nfs), mount -a -t nfs causes a segmentation faults. server:/exports/aaa /mnt/aaa nfs defaults 0 0 server:/exprots/bbb /mnt/bbb nfs defaults 0 0 In util-linux/nfsmount.c, it overwrites malloc'ed pointer *mount_opts with a static pointer. With this patch it does proper memory realloc and data copy instead. |
||
---|---|---|
.. | ||
Config.in | ||
dmesg.c | ||
fbset.c | ||
fdflush.c | ||
fdformat.c | ||
fdisk.c | ||
freeramdisk.c | ||
fsck_minix.c | ||
getopt.c | ||
hexdump.c | ||
hwclock.c | ||
losetup.c | ||
Makefile | ||
Makefile.in | ||
mkfs_minix.c | ||
mkswap.c | ||
more.c | ||
mount.c | ||
nfsmount.c | ||
nfsmount.h | ||
pivot_root.c | ||
rdate.c | ||
swaponoff.c | ||
umount.c |