Yorhel
|
21f2e62793
|
Removed another occurence of dirfd()
This fixes a tiny memory leak as well, as the return value of opendir()
wasn't passed to a closedir() after use.
|
2009-06-06 21:04:47 +02:00 |
|
Yorhel
|
a0bf6deebb
|
Removed reliance on dirfd()
|
2009-05-16 10:20:58 +02:00 |
|
Yorhel
|
2738177fff
|
Fixed memory overflow bug in path_real_rec()
|
2009-04-25 14:26:52 +02:00 |
|
Yorhel
|
7698bfd980
|
Split path handling into path.c and replaced rpath() with a better implementation
This is the first step into replacing all code that relies on PATH_MAX,
more changes will follow.
|
2009-04-23 19:44:37 +02:00 |
|