id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
2425	4.7.0.10 segfaults on NetBSD>=3.0 on startup	cheusov	andrew_b	"mc-4.7.0.10 segfaults on NetBSD 3.0 and above.
The problem is in mountlist.c:read_filesystem_list function.
Have a look at line 409. Here

   me->me_next = NULL;

is missed. It should be there in order to correctly
create a list, just like in

  #ifdef MOUNTED_GETMNTINFO
  ...
  #endif

section for 44BSD and derivates.
Working patch is in attachment.
I also have cleaned up the source code
a little bit by removing copy/paste.
"	defect	closed	critical	4.7.5	mc-core	4.7.0.10	fixed						committed-master
