Files
ipxe/src/net
Michael Brown ac4fbd47ae [tls] Ensure received data list is initialised before calling tls_free()
A failure in tls_generate_random() will result in a call to ref_put()
before the received data list has been initialised, which will cause
free_tls() to attempt to traverse an uninitialised list.

Fix by ensuring that all fields referenced by free_tls() are
initialised before any of the potential failure paths.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2018-03-23 11:07:29 +00:00
..
2014-05-18 21:53:39 +01:00
2016-03-12 01:24:03 +00:00
2015-03-05 00:59:38 +00:00
2016-07-25 15:20:22 +01:00
2015-03-05 11:25:54 +00:00
2017-03-22 15:11:05 +02:00