]> git.ipfire.org Git - thirdparty/hostap.git/commit
TLS: Fix AlertDescription for missing partial processing case
authorJouni Malinen <j@w1.fi>
Sat, 9 Feb 2019 23:08:07 +0000 (01:08 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 11 Feb 2019 00:35:29 +0000 (02:35 +0200)
commitfbc2123a14319035b36f493af7584200f6169244
treef8b810492eed6635d718ca406bcfbca3b18ccad2
parent1ac9c020b5865bd1422a253a41deef2778481670
TLS: Fix AlertDescription for missing partial processing case

tlsv1_record_receive() did not return error here and as such, &alert was
not set and must not be used. Report internal error instead to avoid use
of uninitialized memory.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/tls/tlsv1_server.c