Closed jyn514 closed 3 years ago
I'd like to look into this.
If this project isn't completely abandoned...
@panicbit right - I have an open PR at https://github.com/proot-me/proot-rs/pull/9 but it hasn't been reviewed in a year.
@panicbit @jyn514 I would gladly assign either of you maintainer access for this rust implementation. I am currently the only "active" maintainer and to be honest, I barely have bandwidth for the main implementation.
@KB5201314 has this been resolved with https://github.com/proot-me/proot-rs/pull/14?
@KB5201314 has this been resolved with #14?
No, there still seems to be a problem with this part, because the args are not handled properly.
The current code will process #!/bin/sh -x
into /bin/sh/-x
Maybe we have to replace the return value of this function from Result<Option<PathBuf>>
with something else. Maybe Result<Option<(PathBuf, Bstring)>>
?
String
only works on valid UTF-8 :(