aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorAndrej Valek <andrej.valek@siemens.com>2016-12-12 12:46:21 +0100
committerArmin Kuster <akuster808@gmail.com>2017-02-24 19:33:29 +0000
commit56f6f5585de70819fa493d0d803f60799d02fa5c (patch)
treef889e0db9878364d675f5260e15deac8d34295dc /meta-oe
parentb53fe10e0275dc8ec41a8acd27032d0cf1f43122 (diff)
downloadmeta-openembedded-contrib-56f6f5585de70819fa493d0d803f60799d02fa5c.tar.gz
libupnp: Fix out-of-bound access in create_url_list() (CVE-2016-8863)
If there is an invalid URL in URLS->buf after a valid one, uri_parse is called with out pointing after the allocated memory. As uri_parse writes to *out before returning an error the loop in create_url_list must be stopped early to prevent an out-of-bound access Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit b4659368a01a5b4209d9e1e571bb569ef4a06195) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
0 files changed, 0 insertions, 0 deletions