]> git.ipfire.org Git - thirdparty/gnutls.git/commit
KTLS: hotfix
authorFrantisek Krenzelok <krenzelok.frantisek@gmail.com>
Fri, 29 Jul 2022 08:38:42 +0000 (10:38 +0200)
committerFrantisek Krenzelok <krenzelok.frantisek@gmail.com>
Fri, 29 Jul 2022 08:44:00 +0000 (10:44 +0200)
commita5b671fc9105cb5dbe6e6a1c0f39fa787d862076
tree8bd05c5904f47fea97e738a8d56f1576f4963a1a
parent6231f181fda3a1b4ef64e73803cedc587a6202df
KTLS: hotfix

session->internals.pull_func is set to system_read during gnutls_init()
so check for user set pull/push function added in commit mentioned
bellow will never pass.

source: 2d3cba6bb21acb40141180298f3924c73c7de8f8

Signed-off-by: Frantisek Krenzelok <krenzelok.frantisek@gmail.com>
lib/handshake.c