mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
- Fix CVE-2023-26916: libyang from v2.0.164 to v2.1.30 was discovered to contain a NULL pointer dereference via the function lys_parse_mem at lys_parse_mem.c. - Fix CVE-2023-26917: libyang from v2.0.164 to v2.1.30 was discovered to contain a NULL pointer dereference via the function lysp_stmt_validate_value at lys_parse_mem.c. https://github.com/CESNET/libyang/releases/tag/v2.1.55 https://github.com/CESNET/libyang/releases/tag/v2.1.80 https://github.com/CESNET/libyang/releases/tag/v2.1.111 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 799512e14935af57c6e685c45fa5e99b04274b4f) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>