DPDK patches and discussions
 help / color / mirror / Atom feed
From: Anupam Kapoor <anupam.kapoor@gmail.com>
To: dev@dpdk.org
Subject: [dpdk-dev] regarding coverity-scan-id : 127350
Date: Wed, 22 Jun 2016 12:07:53 +0530	[thread overview]
Message-ID: <CAEXHiZGMGg+UWmrX1byatFW_fizsv2Hu157HxJjf2XoAoJ1Zfg@mail.gmail.com> (raw)

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

                 reply	other threads:[~2016-06-22  6:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAEXHiZGMGg+UWmrX1byatFW_fizsv2Hu157HxJjf2XoAoJ1Zfg@mail.gmail.com \
    --to=anupam.kapoor@gmail.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).