Skip to content

Commit

Permalink
Merge branch 'master' into pssasync
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 committed Mar 24, 2016
2 parents 090db98 + 0552f2b commit 163d6c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/PreReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ Prerelease Notes
+ **Major bug fixes**

+ **Minor bug fixes**
* [Server] Free Entity before replacing it from the cache (memleak).

+ **Miscellaneous**
1 change: 1 addition & 0 deletions src/XrdSecgsi/XrdSecProtocolgsi.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1948,6 +1948,7 @@ int XrdSecProtocolgsi::Authenticate(XrdSecCredentials *cred,
} else {
// Fetch a copy of the saved entity
int slen = 0;
FreeEntity(&Entity);
CopyEntity((XrdSecEntity *) cent->buf1.buf, &Entity, &slen);
// Notify
DEBUG("Got Entity from cacheAuthzFun ("<<slen<<" bytes)");
Expand Down

0 comments on commit 163d6c5

Please sign in to comment.