Commit bde6d16
committed
🔒 Fix: use ProcessBuilder for logcat shell execution
Migrates `Runtime.getRuntime().exec` to `ProcessBuilder` with array args in AboutScreen to avoid relying on unsafe string tokenization for command execution.1 parent 82758c7 commit bde6d16
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
0 commit comments