Re: svn commit: r241601 - in stable/9: lib/libc/rpc sys/rpc

2012-10-16 Thread Pedro Giffuni
Thank you for the note Rick; On 10/16/2012 08:36, Rick Macklem wrote: Pedro F. Giffuni wrote: Author: pfg Date: Tue Oct 16 01:37:17 2012 New Revision: 241601 URL: http://svn.freebsd.org/changeset/base/241601 Log: MFC r241143: rpc: be sure to free cl_netid and cl_tp. When creating a client wi

Re: svn commit: r241601 - in stable/9: lib/libc/rpc sys/rpc

2012-10-16 Thread Rick Macklem
Pedro F. Giffuni wrote: > Author: pfg > Date: Tue Oct 16 01:37:17 2012 > New Revision: 241601 > URL: http://svn.freebsd.org/changeset/base/241601 > > Log: > MFC r241143: > > rpc: be sure to free cl_netid and cl_tp. > > When creating a client with clnt_tli_create, it uses strdup to copy > strings

svn commit: r241601 - in stable/9: lib/libc/rpc sys/rpc

2012-10-15 Thread Pedro F. Giffuni
Author: pfg Date: Tue Oct 16 01:37:17 2012 New Revision: 241601 URL: http://svn.freebsd.org/changeset/base/241601 Log: MFC r241143: rpc: be sure to free cl_netid and cl_tp. When creating a client with clnt_tli_create, it uses strdup to copy strings for these fields if nconf is pass