Go to file
Julien Cretin 12a8e30fd7 app/testpmd: fix potential out of bounds read
After the last enabled port has been seen, and the last time we
evaluate the loop condition, there is an out of bounds read in
ports[p].enabled because p is equal to size, which is the length of
ports.

Signed-off-by: Julien Cretin <julien.cretin@trust-in-soft.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2015-03-23 12:35:20 +01:00
app app/testpmd: fix potential out of bounds read 2015-03-23 12:35:20 +01:00
config vhost: add build option for vhost-user 2015-03-17 00:46:01 +01:00
doc doc: remove blank pages in pdf 2015-03-19 17:58:49 +01:00
examples eal/x86: move header file for vector instructions 2015-03-20 19:24:38 +01:00
lib hash: fix crc32 error when built for i686 and run in x86_64 2015-03-23 11:53:17 +01:00
mk doc: add pdf output 2015-03-19 17:58:09 +01:00
pkg version: 1.8.0 2014-12-20 00:38:39 +01:00
scripts scripts: add ABI checking utility 2015-03-17 22:39:57 +01:00
tools tools: remove absolute path of chmod for vfio setup 2015-03-17 22:58:21 +01:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile scripts: remove useless build tools 2015-03-10 17:55:25 +01:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
MAINTAINERS scripts: add ABI checking utility 2015-03-17 22:39:57 +01:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00