mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/strongswan: fix patch header
Commit [1] introduced a patch to fix CVE-2025-62291. Since [2] the security patches neeed to reference the vulnerability with the `CVE: ` trailer in the patch header. [1]b009935e27package/strongswan: add patch to fix CVE-2025-62291 [2]1167d0ff3ddocs/manual: mention CVE trailer Signed-off-by: Thomas Perale <thomas.perale@mind.be> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> (cherry picked from commit766a6e5c0b) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
@@ -21,7 +21,7 @@ Ubuntu), the compiler will use __memcpy_chk(), which prevents that buffer
|
||||
overflow and causes the daemon to get aborted immediately instead.
|
||||
|
||||
Fixes: f98cdf7a4765 ("adding plugin for EAP-MS-CHAPv2")
|
||||
Fixes: CVE-2025-62291
|
||||
CVE: CVE-2025-62291
|
||||
Upstream: https://github.com/strongswan/strongswan/commit/c687ada6a6f68913651e355fd09f906893096b32
|
||||
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user