openwrt-mirror/package
Matthew Cather f79968ee0f hostapd: fix ucode memory leak with strings
This fixes a common reference counting bug typically along the lines of:
```
uc_value_push(ucv_get(ucv_string_new(...)));
```
This would leave our new string with a reference count of 2, one from
the construction of the string, the other from `ucv_get`. This would
prevent the strings from being correctly cleaned up when it goes out
of scope.

Signed-off-by: Matthew Cather <mattbob4@gmail.com>
2025-03-05 08:03:00 +01:00
..
base-files base-files: fix offset conversion on caldata_patch_data() 2025-02-13 00:26:23 +01:00
boot qualcommax: ipq50xx: Add support for Linksys MR5500 2025-03-02 11:42:48 +01:00
devel strace: Update to version 6.12 2025-01-02 20:52:14 +01:00
firmware qualcommax: ipq50xx: Add support for Linksys MR5500 2025-03-02 11:42:48 +01:00
kernel kernel: r8126: update to v10.015.00 2025-02-27 11:56:50 +01:00
libs libpcap: add missing PKG_CONFIG_DEPENDS entries 2025-02-27 12:39:16 +01:00
network hostapd: fix ucode memory leak with strings 2025-03-05 08:03:00 +01:00
system apk: backport patch fixing broken apk update with wget fetch 2025-03-04 01:03:10 +01:00
utils ucode-mod-uline: add support for querying window size from terminal if ioctl fails 2025-02-28 17:36:01 +01:00
Makefile build: lock versions for special APK packages 2025-02-04 13:48:59 +00:00