[dpdk-dev] regarding coverity-scan-id : 127350

Anupam Kapoor anupam.kapoor at gmail.com
Wed Jun 22 08:37:53 CEST 2016


hi,

i just looked at the CID: 127350 which raises a STRING_OVERFLOW bug
for pdump_prepare_client_request(...)

callers of pdump_prepare_client_request(...) pass 'device' parameter which
is always of DEVICE_ID_SIZE (64) bytes long. hence it is not possible to
overflow pdump_request.data.en_v1.device buffer which is also
DEVICE_ID_SIZE bytes long.


--
thanks
anupam


More information about the dev mailing list