Open
Description
Describe the bug
openvpn/src/openvpn/ssl_verify.c
Lines 996 to 1013 in 32e6586
It feels like this function has grown from 2 to 3 files over time, so minimally it feels like you want to make the if
and return
lines be if (acf && apf && afr)
to cover afr
's creation. That is, you could end up in the true
areas if afr
failed but the other two succeeded.
OR, if this is intentional, it looks like a miss and might warrant a comment.
To Reproduce
Unknown, found by code reading. It's highly unlikely this edge case would fail you.
Expected behavior
Version information (please complete the following information):
Additional context