https://bugs.kde.org/show_bug.cgi?id=486076

--- Comment #10 from Malte S. Stretz <m...@apache.org> ---
I did some debugging today and I am not 100% sure but I think the cause for
that specific issue is that OpenconnectAuthWorkerThread::openWebEngineP always
return 0 (aka success) but should return OC_FORM_RESULT_CANCELLED when the
request is cancelled (like OpenconnectAuthWorkerThread::processAuthFormP).

It is called here
https://gitlab.com/openconnect/openconnect/-/blob/v9.12/library.c?ref_type=tags#L1716
which is propagated here
https://gitlab.com/openconnect/openconnect/-/blob/v9.12/auth-globalprotect.c?ref_type=tags#L661
which will make the code assume that the ctx->form is populated properly below.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to