Address of struct member is always non-NULL in SSL_SESSION_get_master_key in f90a704f1258
clang complains that the address of a struct member is always non-NULL in SSL_SESSION_get_master_key in commit f90a704f1258.
Instead, I suggest we check `SSL_SESSION *s` and `uint8_t *out` are non-NULL right before we dereference them.
issue