relan / exfat

Free exFAT file system implementation
GNU General Public License v2.0
795 stars 182 forks source link

this maybe leak memory #114

Closed yuedl closed 4 years ago

yuedl commented 5 years ago

fsck occupied 3G memory . this maybe leak memory . I think the path_length should be checked by path_max(4096). I have not reproduce it , so there is not log . thanks !

relan commented 5 years ago

If there's a memory leak I will hardly be able to fix it without reproduction. Valgrind does not report any leaks on my tests.

Paths longer than 4096 chars are perfectly correct from exFAT perspective.

relan commented 4 years ago

No new info for over a year, closing.