schoeppl
Results
2
issues of
schoeppl
There seems to be a problem with the current nightly and Tarpc 0.9. rustc: "1.22.0-nightly (26015da01 2017-09-23)" Tarpc: "0.9.0" Tarpc-plugins: "0.2.0" Code from github example (Example: Sync). > error[E0463]: >...
bug
If one takes a relative path, the path protection does not work. Using the given example: Just change the file access to: ` match File::open(&PathBuf::from("../../../../../bin/sh")) { ... } ` will...