diff options
author | Simo Sorce <simo@redhat.com> | 2015-06-13 18:52:53 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2015-06-13 19:01:35 -0400 |
commit | c01b7aa059ea8ff9b82407615571962a58839bd8 (patch) | |
tree | 36c46d7692f6195d67a4dd86b6d4a4fa6b018ed7 /src/mod_auth_gssapi.c | |
parent | 83930b81b95c3dbb650e5878ec4ecacde7947733 (diff) | |
download | mod_auth_gssapi-c01b7aa059ea8ff9b82407615571962a58839bd8.tar.gz mod_auth_gssapi-c01b7aa059ea8ff9b82407615571962a58839bd8.tar.xz mod_auth_gssapi-c01b7aa059ea8ff9b82407615571962a58839bd8.zip |
Avoid segfault when skey is not set in config
When the skey is generated on the fly, we will get an empty key on the very
first auth attempt. If that uses basic auth then we'll segfault when trying
to compute the hmac as we pass in a NULL key and immediately dereference it.
Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'src/mod_auth_gssapi.c')
0 files changed, 0 insertions, 0 deletions