summaryrefslogtreecommitdiff
path: root/package/system/opkg/patches/270-fix-use-after-free.patch
Commit message (Collapse)AuthorAgeFilesLines
* opkg: fix use-after-free with duplicate packages on the command lineJo-Philipp Wich2016-04-231-0/+11
When the same package file is specified multiple times on the opkg install command line, the name pointer on the argv array becomes stale after the package structures have been merged, leading to invalid memory accesses upon install. Signed-off-by: Jo-Philipp Wich <jo@mein.io>