The variable `p` was initialized with a garbage value (a `const char **` casted to `char *`). Fortunately, it was never read. Refs <https://github.com/Genymobile/scrcpy/issues/3765>
The variable `p` was initialized with a garbage value (a `const char **` casted to `char *`). Fortunately, it was never read. Refs <https://github.com/Genymobile/scrcpy/issues/3765>