Use talloc, not malloc
authorAlan T. DeKok <aland@freeradius.org>
Mon, 25 Mar 2013 00:04:24 +0000 (20:04 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 25 Mar 2013 00:05:49 +0000 (20:05 -0400)
commit76824db15ba07d414d3688ad9bc3c9b5d0109d71
treece11ccab65d1e6e4ce7913f9d13ecd27ec7051b6
parent982c19de67410166ed56ec9c3c11c7932f29838f
Use talloc, not malloc

for packet->data
and talloc_steal the SSL session, so that it's parented
off of the socket, and not off of the CONF_SECTION
src/main/tls_listen.c