rabite0 / hunter

The fastest file manager in the galaxy!
Do What The F*ck You Want To Public License
1.32k stars 64 forks source link

bump nightly version, fix probably-unsound use of unsafe #63

Closed saethlin closed 4 years ago

saethlin commented 5 years ago

Addresses https://github.com/rabite0/hunter/issues/62

If you want to take what is probably a soundness fix without the nightly version bump I'm happy to separate the two.

rabite0 commented 5 years ago

Sorry to make your work unnecessary, but I already fixed this by just removing the Sender from FsCache, since it's not actually used there.

That before_exec still looks nice though, maybe you can split that out?