The Samba-Bugzilla – Attachment 1130 Details for
Bug 2563
infinite loop in smbd on stat non existent file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch.
look (text/plain), 388 bytes, created by
Jeremy Allison
on 2005-04-01 12:52:33 UTC
(
hide
)
Description:
Proposed patch.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2005-04-01 12:52:33 UTC
Size:
388 bytes
patch
obsolete
>Index: smbd/dir.c >=================================================================== >--- smbd/dir.c (revision 6167) >+++ smbd/dir.c (working copy) >@@ -602,7 +602,7 @@ > return False; > } > >- while (SearchDir(dptr->dir_hnd, name, poffset) == True) { >+ if (SearchDir(dptr->dir_hnd, name, poffset)) { > if (is_visible_file(dptr->conn, dptr->path, name, pst, True)) { > return True; > }
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 2563
: 1130