Skip to content

Commit

Permalink
[XrdCl] Avoid SEGV when server fails after it responds waitresp.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 committed Sep 5, 2015
1 parent 0a90717 commit e3c4f33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/XrdCl/XrdClXRootDMsgHandler.cc
Expand Up @@ -146,6 +146,7 @@ namespace XrdCl
return Take | RemoveHandler;

case kXR_waitresp:
pResponse = 0;
return Take | Ignore; // This must be handled synchronously!

//------------------------------------------------------------------------
Expand Down

0 comments on commit e3c4f33

Please sign in to comment.