summaryrefslogtreecommitdiffstats
path: root/commit.sh
stat options
Period:
Authors:

Commits per author per week (path 'commit.sh')

AuthorW05 2026W06 2026W07 2026W08 2026Total
Total00000
0space:mode:
authorVikas Gorur <vikas@gluster.com>2010-01-25 05:59:28 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-01-25 04:39:09 -0800
commit4c20b5377e4a73a684ba3bb091380fd0f19731ca (patch)
tree8cacf5a9d999f4d5c6fab4bcdc89b89ac042c1d5 /xlators/storage/posix/src
parente468531dcba808e71a13d3479b6f31a52f745f59 (diff)
storage/posix: Fix an access-after-free bug in release() and releasedir().v3.0.1
Signed-off-by: Vikas Gorur <vikas@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 533 (close() should not block main loop) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=533
Diffstat (limited to 'xlators/storage/posix/src')
-rw-r--r--xlators/storage/posix/src/posix.c32
1 files changed, 15 insertions, 17 deletions
diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c
index c9342ac4d..6b8aa5a92 100644
--- a/xlators/storage/posix/src/posix.c
+++ b/xlators/storage/posix/src/posix.c
@@ -1125,6 +1125,13 @@ posix_releasedir (xlator_t *this,
priv = this->private;