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-02 02:00:31 -08:00
2018-03-02 02:00:31 -08:00
2018-03-26 14:21:22 -07:00
2018-03-21 05:16:25 +02:00
2017-09-19 19:42:54 -07:00
2017-08-03 09:18:58 -06:00
2015-06-23 20:59:57 -07:00