jcline / fuse-google-drive

A fuse filesystem wrapper for Google Drive.
GNU General Public License v2.0
285 stars 48 forks source link

Fixing overflow error #17

Closed antimirov closed 12 years ago

antimirov commented 12 years ago

'full_name' variable gets no proper end char '\0':

$ ./fuse-google-drive fopen("/home/yevgen/.config/fuse-google-drive/clientsecretsy"): No such file or directory

ghost commented 12 years ago

It's still broken for me (testing both XDG_CONFIG_HOME set and not set). I pulled to pick up this change, but I'm still seeing:

fopen("/home/aawtrey/.config/fuse-google-drive/Q"): No such file or directory

The letter Q changes depending on whatever is in memory there. I'm running an up-to-date x64 Debian Unstable box. Will test any patches.

jcline commented 12 years ago

I suggest trying again now. I fixed some related issues recently and I may or may not have caught this one.

ghost commented 12 years ago

Thanks! That did the trick. Thanks for working on this!