You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Rearrange the matching of the MAC Algos when decoding the KEX Init
message. It should only dereference the handshake info to check if it
is using an AEAD cipher if ret is WS_SUCCESS. (If the handshake info
isn't present, there will be an error present.) This prevents a
possible NULL dereference.
0 commit comments