On Sun, 29 Jun 2025 15:21:18 +0200, Christian Marangi wrote: > It was discovered that env_do_env_set() currently suffer from a long > time of a possible out-of-bound access for the argv array handling. > > The BUG is present in the function env_do_env_set() line: > > name = argv[1]; > > [...]
Applied to u-boot/master, thanks! [1/1] env: Fix possible out-of-bound access in env_do_env_set commit: 0ffd456516b5f0c126c9705d6b2368a45ee2353f -- Tom