summaryrefslogtreecommitdiffstats
path: root/src/arch
diff options
context:
space:
mode:
authorMichael Brown2014-05-23 14:47:19 +0200
committerMichael Brown2014-05-23 15:11:17 +0200
commit7627f6c071f4e67b855b02189ca1e3523a1c3bd5 (patch)
tree110593ba88205b542ac7168007a6ccacc4b6d861 /src/arch
parent[ipv6] Include network device when transcribing multicast addresses (diff)
downloadipxe-7627f6c071f4e67b855b02189ca1e3523a1c3bd5.tar.gz
ipxe-7627f6c071f4e67b855b02189ca1e3523a1c3bd5.tar.xz
ipxe-7627f6c071f4e67b855b02189ca1e3523a1c3bd5.zip
[ipv6] Avoid potentially copying from a NULL pointer in ipv6_tx()
If ipv6_tx() is called with a non-NULL network device, a NULL or unspecified source address, and a destination address which does not match any routing table entry, then it will attempt to copy the source address from a NULL pointer. I don't think that there is currently any code path which could trigger this behaviour, but we should probably ensure that it can never happen. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch')
0 files changed, 0 insertions, 0 deletions