ish-app / ish

Linux shell for iOS
https://ish.app
Other
16.32k stars 855 forks source link

Avoid crashes on /proc/ish from CLI build #2386

Closed cgull closed 1 month ago

cgull commented 1 month ago

find /proc segfaults on CLI iSH.

The CLI iSH does not implement some callouts that iSH's procfs provides for the GUI, and the procfs does not check that these callouts actually exist. This fixes that.