This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gdbserver patch] [7.6.1] Fix fd leak regression


On 08/26/2013 09:21 PM, Jan Kratochvil wrote:

> gdb/gdbserver/
> 2013-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	PR server/15604
> 	* linux-low.c: Include filestuff.h.
> 	(linux_create_inferior) <pid == 0>: Call close_most_fds.
> 	* lynx-low.c: Include filestuff.h.
> 	(lynx_create_inferior) <pid == 0>: Call close_most_fds.
> 	* server.c: Include filestuff.h.
> 	(main): Call notice_open_fds.
> 	* spu-low.c: Include filestuff.h.
> 	(spu_create_inferior) <pid == 0>: Call close_most_fds.

OK, thanks.

-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]