Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[XrdOss] Fix CodeQL warning about int overflow in multiplication
The multiplication is numq * xfrovhd, which if carried with ints can overflow before being converted to unsigned long long. Convert one of the operands to unsigned long long to avoid this.
- Loading branch information