opengnsys_ipxe/src/drivers
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
..
bitbash [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 2015-03-02 14:17:31 +00:00
block [scsi] Avoid duplicate calls to scsicmd_close() 2017-03-09 13:07:57 +00:00
bus [virtio] Remove queue size limit in legacy virtio 2017-01-22 13:22:19 +00:00
infiniband [hermon] Avoid potential integer overflow when calculating memory mappings 2017-03-21 12:01:51 +02:00
linux [af_packet] Add new AF_PACKET driver for Linux 2017-01-22 14:02:54 +00:00
net [efi] Skip cable detection at initialisation where possible 2017-03-19 13:30:27 +00:00
nvs [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 2015-03-02 14:17:31 +00:00
usb [ehci] Add extra debugging information 2016-02-05 21:03:17 +00:00