1
1
Jeff Squyres 8c419294a8 btl/tcp: fix CID 710596
sizeof(addrs[0].addr_inet)==16 (so that it can handle IPv6 addresses),
but the memory that we are copying from (my_ss->sin_addr) is only 4
bytes long.  Don't copy beyond the end of that source buffer.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2018-03-26 14:21:22 -07:00
..
2018-03-26 14:21:21 -07:00
2018-03-26 14:21:22 -07:00
2015-06-23 20:59:57 -07:00