You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/system/opkg
Jo-Philipp Wich 4c60a6f803 opkg: fix use-after-free with duplicate packages on the command line
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>
8 years ago
..
files opkg: ensure image provided feeds are available after sysupgrade 9 years ago
patches opkg: fix use-after-free with duplicate packages on the command line 8 years ago
Makefile opkg: fix use-after-free with duplicate packages on the command line 8 years ago