Skip to content

Commit

Permalink
secgsi: port back from master segv protection (commit 069f21f)
Browse files Browse the repository at this point in the history
  • Loading branch information
gganis committed Jul 24, 2017
1 parent a193e75 commit 54fcbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdSecgsi/XrdSecProtocolgsi.cc
Expand Up @@ -4594,7 +4594,7 @@ static bool QueryProxyCheck(XrdSutCacheEntry *e, void *a) {

time_t ts_ref = (time_t)(*((XrdSutCacheArg_t *)a)).arg1;

if (e) {
if (e && e->buf1.buf) {
X509Chain *chain = (X509Chain *)(e->buf1.buf);
if (chain->CheckValidity(1, ts_ref) == 0) return true;
}
Expand Down

0 comments on commit 54fcbde

Please sign in to comment.