rfjakob / gocryptfs

Encrypted overlay filesystem written in Go
https://nuetzlich.net/gocryptfs/
MIT License
3.51k stars 249 forks source link

fix: panic: XTIMES (80000000) overlaps with INIT_RESERVED (80000000) #829

Closed arrase closed 6 months ago

arrase commented 7 months ago

As mentioned in https://github.com/rfjakob/gocryptfs/issues/823, there is a known bug in go-fuse that prevents building gocryptfs on Mac Os.

rfjakob commented 6 months ago

Thanks!