mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-01 12:04:35 +01:00
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>