diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-09-19 22:15:04 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-09-22 16:54:09 +0200 |
commit | 4a1b67527862c687f523470bda441a954d00a9af (patch) | |
tree | c52df22893fa42f3a82f0b49dda21a5806a38343 /test/perf/pasta_tcp | |
parent | d30bde3181a3d3aac406a15fd6c905612c8e416c (diff) | |
download | passt-4a1b67527862c687f523470bda441a954d00a9af.tar passt-4a1b67527862c687f523470bda441a954d00a9af.tar.gz passt-4a1b67527862c687f523470bda441a954d00a9af.tar.bz2 passt-4a1b67527862c687f523470bda441a954d00a9af.tar.lz passt-4a1b67527862c687f523470bda441a954d00a9af.tar.xz passt-4a1b67527862c687f523470bda441a954d00a9af.tar.zst passt-4a1b67527862c687f523470bda441a954d00a9af.zip |
conf, tcp, udp: Arrays for ports need 2^16 values, not 2^16-8
Reported by David but also by Coverity (CWE-119):
In conf_ports: Out-of-bounds access to a buffer
...not in practice, because the allocation size is rounded up
anyway, but not nice either.
Reported-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'test/perf/pasta_tcp')
0 files changed, 0 insertions, 0 deletions