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
use octal rather than literals for control characters in R string
This avoids a bug when the file is "injected" where the control characters are
potentially intercepted and consumed by the shell on their way to R.
This should fix the original bug reported in #1163, although it doesn't fully
address the issues with MPI support for sessions initiated by
`ess-remote` (which require some additional work as outlined [here](#1163 (comment))
0 commit comments