On Fri, 04 Apr 2025 14:53:58 +0200, Vincent Stehlé wrote: > When the `optee hello' subcommand is called, the do_optee_hello_world_ta() > function passes a NULL pointer to the strcmp() function while verifying its > input argument, which results in the following crash: > > => optee hello > "Synchronous Abort" handler, esr 0x96000010, far 0x0 > > [...]
Applied to u-boot/master, thanks! [1/1] cmd: optee: fix hello subcommand argument check commit: c4b273e441327f74449b3035d61ea92a077c1baa -- Tom