busybox/util-linux
Eric Andersen 882cec3e40 YAEGASHI Takeshi writes:
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.
2004-07-26 12:05:12 +00:00
..
2004-05-19 11:06:20 +00:00
2003-03-19 09:13:01 +00:00
2004-04-14 17:51:38 +00:00
2004-04-14 17:51:38 +00:00
2003-03-19 09:13:01 +00:00
2004-04-14 17:51:38 +00:00
2003-07-30 08:55:59 +00:00
2004-04-14 17:51:38 +00:00
2004-03-27 10:02:48 +00:00
2004-05-26 21:26:07 +00:00
2004-07-26 12:05:12 +00:00
2004-01-18 18:18:33 +00:00