Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[XrdEc] Fix CodeQL warning about overflow before conversion to size_t
The multiplication of int * int might be bigger than an int can hold, but still fits in a size_t. Convert before multiplying to ensure no overflow.
- Loading branch information