﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
27	ld bug when map files are requested	Yuri Dario	bird	"In write_output(), map file name overwrites memory because of wrong allocation.
At line 3985, correct code is

	  if (map_filename == NULL)
	    {
	      freeav[j++] = map_filename = ALLOCA (strlen (exe_filename) + 5);
              strcpy (map_filename, exe_filename);
	      _remext (map_filename);
	      strcat (map_filename, "".map"");
	    }

"	defect	closed	normal	libc-0.6.1	emx		major	fixed		
