openwrt-mirror/package
Matthew Cather b7ab34d46c 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>
(cherry picked from commit f79968ee0f)
2025-03-05 08:04:52 +01:00
..
base-files base-files: fix offset conversion on caldata_patch_data() 2025-02-13 00:32:30 +01:00
boot qualcommax: ipq807x: add support for Linksys MX4300 (LN1301) 2025-02-16 13:03:23 +01:00
devel gdb: Fix description for apk, remove backtick 2024-11-28 18:49:39 +00:00
firmware wireless-regdb: Update to version 2025.02.20 2025-02-25 23:30:54 +01:00
kernel kernel: r8126: update to v10.015.00 2025-02-27 11:58:27 +01:00
libs openssl: update to 3.0.16 2025-02-25 23:30:54 +01:00
network hostapd: fix ucode memory leak with strings 2025-03-05 08:04:52 +01:00
system mtd: check the return value of malloc and pread 2025-02-16 13:03:23 +01:00
utils ucode: update to Git HEAD (2025-02-10) 2025-02-10 17:05:55 +01:00
Makefile build: don't include kernel/libc in package index 2024-10-30 14:17:33 +01:00