libgit2/src/unix
Scott J. Goldman 6fb1c0b489 Fix readdir_r() usage for Solaris
On Solaris, struct dirent is defined differently than Linux. The field
containing the path name is of size 0, rather than NAME_MAX. So, we need to
use a properly sized buffer on Solaris to avoid a stack overflow.

Also fix some DIR* leaks on cleanup.
2012-05-12 09:51:32 -07:00
..
map.c Resolve comments from pull request 2012-03-13 14:23:24 -07:00
posix.h Fix readdir_r() usage for Solaris 2012-05-12 09:51:32 -07:00