Jeffrey Altman d3fc257245 gssmask: client_connect addrinfo leak
In client_connect() getaddrinfo() stores the head of the allocated
addrinfo structure list in 'res0'.  'res' is used to walk the list
and will be NULL at the end of the for() loop when freeaddrinfo(res)
is executed.  Pass 'res0' to freeaddrinfo() instead of 'res'.

Change-Id: Ie1358c0356b6b0f98470e46e25216cfa0ab4adac
2016-11-14 16:56:08 -05:00
2016-11-14 14:34:43 -05:00
2016-04-15 00:16:16 -05:00
2016-11-14 16:02:43 -05:00
2016-11-14 16:33:51 -05:00
2014-04-25 02:42:17 +02:00
2016-08-08 16:29:29 -05:00
2016-10-19 15:32:39 -04:00
2016-11-14 14:19:58 -05:00
2016-11-14 14:34:43 -05:00
2004-02-12 14:19:16 +00:00
2016-01-21 12:43:31 -06:00
2000-06-07 10:01:25 +00:00
2002-08-21 13:29:08 +00:00
2016-11-14 16:02:43 -05:00
2014-08-23 19:14:10 -07:00
2014-02-01 22:04:10 +00:00
2016-04-15 00:26:08 -05:00
2016-01-21 12:43:31 -06:00
2009-09-27 18:26:54 -07:00
2011-07-24 22:45:55 -07:00
2010-01-05 19:21:45 +01:00

Heimdal is a Kerberos 5 implementation.

For information how to install see <http://www.h5l.org/compile.html>.

There are briefer man pages for most of the commands.

Bug reports and bugs are appreciated, see more under Bug reports in
the manual on how we prefer them: <heimdal-bugs@h5l.org>.

For more information see the web-page at
<http://www.h5l.org/> or the mailing lists:

heimdal-announce@sics.se	low-volume announcement
heimdal-discuss@sics.se		high-volume discussion

send a mail to heimdal-announce-request@sics.se and
heimdal-discuss-request@sics.se respectively to subscribe.
Languages
C 92.1%
Roff 2.8%
Shell 2.3%
Makefile 0.7%
M4 0.5%
Other 1.4%