diff options
author | Chris Luke <chrisy@flirble.org> | 2016-07-30 15:05:07 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2016-08-31 12:57:33 +0000 |
commit | 5cdaf6358266eb883a2e48239a83e9f56c3c5bad (patch) | |
tree | 6583d27668c10948640d225df4a64b43d341f325 /doxygen | |
parent | 54ccf2261cb1f4afd966b7b1e92689183cb17836 (diff) |
VPP-189 Tweak hash_foreach_pair to avoid static warning
Coverity doesn't like when an incrementing pointer is taken from
the address of a singleton; it cries that this is a potential
buffer overrun.
Since the cases of this in hash_foreach_pair are based on items
from a simple union used just to have different types point to
the same location it's a simple matter of using the pointer to
that location directly. Since we then aren't using the members
of the union, we can change that to an opaque pointer (void *).
This accounts for >60 issues in Coverity.
Whilst here, convert some useful existing comments into a docblock.
Change-Id: I114183ab7d7948d4a6a703451417f79fa37634eb
Signed-off-by: Chris Luke <chrisy@flirble.org>
Diffstat (limited to 'doxygen')
0 files changed, 0 insertions, 0 deletions