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: PING: [PATCH] properly check error return from socket() and accept() calls


>>>>> "Ozkan" == Ozkan Sezer <sezeroz@gmail.com> writes:

Ozkan> PING.

Ozkan> 2010-04-03  Ozkan Sezer  <sezeroz@gmail.com>
Ozkan> gdb/
Ozkan> 	* ser-tcp.c (net_open): Check error return from socket() call by its
Ozkan> 	equality to -1 not by it being negative.
Ozkan> 	(net_close): Likewise.
[...]

It seems reasonable enough to me.

Do you have a copyright assignment in place?  TBH it isn't clear to me
whether this patch requires one -- it is long enough, but I would say
that there is really only one way to write this patch.

Tom


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