Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
multipathd: fix an unsigned int ovwerflow
Reported by coverity: "i--" may cause an underflow, which will again cause an overflow when the loop continues. Use a signed int for loops like this to make coverity happy. Signed-off-by: Martin Wilck <mwilck@suse.com>
- Loading branch information