Files
ipxe/src/drivers/infiniband
Michael Brown a5affc832e [arbel] Avoid potential integer overflow when calculating memory mappings
When the area to be mapped straddles the 2GB boundary, the expression
(high+size) will overflow on the first loop iteration.  Fix by using
(end-size), which cannot underflow.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2017-03-21 12:01:55 +02:00
..
2016-03-30 07:27:09 +01:00
2011-03-03 02:40:12 +00:00
2016-03-30 07:31:51 +01:00