CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/05/24 20:24:07

Modified files:
        sys/arch/armv7/exynos: crosec.c 

Log message:
don't use an uninitialised value for Chrome EC hello

The Chrome EC hello command adds 0x01020304 to the value and returns.
We don't check the result, so this wasn't a problem.  With llvm 22
this caused a -Wuninitialized-const-pointer warning.

Reply via email to