mar-file-system / marfs

MarFS provides a scalable near-POSIX file system by using one or more POSIX file systems as a scalable metadata component and one or more data stores (object, file, etc) as a scalable data component.
Other
96 stars 27 forks source link

getgroups called with incorrect size #169

Closed wfvining closed 7 years ago

wfvining commented 7 years ago

getgroups() is called from push_groups4() with the length of the buffer in bytes. Length should be number of gid_ts that will fit in the array.

I have added a fix here: d2ab92b2, but need to test before it can be merged into master.