Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[Secsss] Fix upcast array used in pointer arithmetics"
This reverts commit 50209b3. The fix is incorrect, as struct XrdSecsssRR_Data actually derives from XrdSecsssRR_DataHdr, which introduces some members in between such that prData.Data is not actually at the beginning of the struct, but at some non-zero offset (i.e. different address than &prData).
- Loading branch information