issues
search
benlemasurier
/
stormfs
A FUSE abstraction layer for cloud storage (Amazon S3, Google Cloud Storage and more)
GNU General Public License v2.0
91
stars
4
forks
source link
Minor bugfixes after a quick review
#12
Closed
pozdnychev
closed
10 years ago
pozdnychev
commented
12 years ago
memleak in case realloc() fails
g_strndup() memory must be freed with g_free()
some minor memleaks
check the return value of strdup-like functions