You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In many places, we call ps in backticks and then send strip (or some other reader) to the resulting string. This is dangerous for us because the string might contain UTF-8 characters which will result in a crash.
The CoreSimulator class has an example of processing ps output using RunLoop::Shell.
Related to Pass all read calls through utf-8 filter#230
The text was updated successfully, but these errors were encountered:
In many places, we call
ps
in backticks and then sendstrip
(or some other reader) to the resulting string. This is dangerous for us because the string might contain UTF-8 characters which will result in a crash.The CoreSimulator class has an example of processing
ps
output using RunLoop::Shell.Related to Pass all
read
calls through utf-8 filter #230The text was updated successfully, but these errors were encountered: