mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
b4659368a0
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>
21 lines
907 B
BlitzBasic
21 lines
907 B
BlitzBasic
SUMMARY = "Portable SDK for UPnP* Devices"
|
|
DESCRIPTION = "The Portable SDK for UPnP Devices is an SDK for development of \
|
|
UPnP device and control point applications. It consists of the core UPnP \
|
|
protocols along with a UPnP-specific eXtensible Markup Language (XML) parser \
|
|
supporting the Document Object Model (DOM) Level 2 API and an optional, \
|
|
integrated mini web server for serving UPnP related documents."
|
|
HOMEPAGE = "http://pupnp.sourceforge.net/"
|
|
LICENSE = "BSD"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=b3190d5244e08e78e4c8ee78544f4863"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/pupnp/${BP}.tar.bz2 \
|
|
file://avoid-redefining-strnlen-and-strndup.patch \
|
|
file://sepbuildfix.patch \
|
|
file://CVE-2016-8863.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "ee16e5d33a3ea7506f38d71facc057dd"
|
|
SRC_URI[sha256sum] = "b3142b39601243b50532eec90f4a27dba85eb86f58d4b849ac94edeb29d9b22a"
|
|
|
|
inherit autotools
|