Print

Print


This code:
https://github.com/xrootd/xrootd/blob/fb6a9f2c4c1afb2a546fe25c074479cb8f9f776c/src/XrdTpc/XrdTpcTPC.cc#L526-L528
segfaults in the line:
```cpp
 rec.name = req.GetSecEntity().name; 
```
when `req.GetSecEntity().name` contains a `nullptr`. 
Since the two lines following this line avoid exactly this issue, it's likely sufficient to get rid of that single line of code. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/issues/1249

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1