diff options
author | Jim Rees <[email protected]> | 2013-05-17 17:33:00 -0400 |
---|---|---|
committer | J. Bruce Fields <[email protected]> | 2013-05-21 11:02:03 -0400 |
commit | 1a9357f443d64aa41e9b0dc414953663a6fcca19 (patch) | |
tree | 590818d77f07ab18197167024779738ec2a01f12 /lib/mpi/mpi-bit.c | |
parent | b6040f9706c4c81cc50b50855ed70840f022bebb (diff) |
nfsd: avoid undefined signed overflow
In C, signed integer overflow results in undefined behavior, but unsigned
overflow wraps around. So do the subtraction first, then cast to signed.
Reported-by: Joakim Tjernlund <[email protected]>
Signed-off-by: Jim Rees <[email protected]>
Signed-off-by: J. Bruce Fields <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-bit.c')
0 files changed, 0 insertions, 0 deletions