Files
poky/meta/recipes-devtools/go/go-1.21
Libo Chen 9af12b047e go: Fix CVE-2023-39323
Line directives ("//line") can be used to bypass the restrictions on
"//go:cgo_" directives, allowing blocked linker and compiler flags to
be passed during compilation. This can result in unexpected execution
of arbitrary code when running "go build". The line directive requires
the absolute path of the file in which the directive lives, which makes
exploiting this issue significantly more complex.

Made below changes for Go 1.17 backport:
- drop the modifications of test codes

References:
https://nvd.nist.gov/vuln/detail/CVE-2023-39323

Upstream-patch:
e7c142a19d

(From OE-Core rev: 62f4c3aec8f80a259472ce19104596d08741c101)

Signed-off-by: Libo Chen <libo.chen.cn@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2025-12-31 07:24:54 -08:00
..
2023-08-07 04:40:44 -10:00
2023-08-07 04:40:44 -10:00
2025-12-31 07:24:54 -08:00
2025-11-06 07:14:05 -08:00
2024-08-08 09:03:45 -07:00
2024-08-16 08:09:14 -07:00
2025-01-18 06:21:02 -08:00
2025-01-18 06:21:02 -08:00
2025-01-18 06:21:02 -08:00
2025-02-15 06:04:43 -08:00
2025-06-27 08:09:27 -07:00
2025-04-18 08:30:51 -07:00
2025-10-14 07:20:36 -07:00
2025-10-03 09:51:17 -07:00