mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-18 05:13:43 -09:00
For change log since 20240927, see: https://github.com/user-attachments/files/18117996/changes.txt Note: the change log mention "Fix 2 critical CVE addressing memory leaks" without providing actual CVE numbers. For reference, the upstream commits for those security fixes are [1] and [2]. From the log of those commits, it seems those memory leaks can only happen in old Kernels <= 4.9 (which is end-of-life since January 2023). Technically those leaks could happen in any program embedding the apcica code files. The impact seems very low, if any, on the acpica standalone tools. [1]987a3b5cf7[2]8829e70e13Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit892e1608f5) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>