The Samba-Bugzilla – Attachment 8396 Details for
Bug 9551
file handle leak when compiled with "#undef HAVE_FDOPENDIR"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix patch
samba-3.6.10-bug9551.patch (text/plain), 388 bytes, created by
starlight
on 2013-01-09 04:31:49 UTC
(
hide
)
Description:
fix patch
Filename:
MIME Type:
Creator:
starlight
Created:
2013-01-09 04:31:49 UTC
Size:
388 bytes
patch
obsolete
>--- source3/smbd/dir.c.orig 2012-12-06 04:28:00.000000000 -0500 >+++ source3/smbd/dir.c 2013-01-08 22:39:07.000000000 -0500 >@@ -597,7 +597,7 @@ > #ifdef HAVE_DIRFD > if (fsp->fh->fd != -1 && > fsp->dptr->dir_hnd && >- dirfd(fsp->dptr->dir_hnd->dir)) { >+ fsp->fh->fd == dirfd(fsp->dptr->dir_hnd->dir)) { > /* The call below closes the underlying fd. */ > fsp->fh->fd = -1; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 9551
:
8390
|
8391
|
8392
|
8393
| 8396