Files
ipxe/src
Michael Brown 6ee62eb242 [hermon] 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:51 +02:00
..
2007-06-09 22:57:00 +01:00
2010-04-19 23:43:39 +01:00
2016-07-29 01:13:27 +01:00
2016-05-05 23:42:57 +01:00
2010-05-29 23:49:47 +01:00