The Samba-Bugzilla – Attachment 4174 Details for
Bug 6384
samba allows clients to create symlinks that are longer than it will read
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Evil hack to test :-)
look (text/plain), 491 bytes, created by
Jeremy Allison
on 2009-05-21 15:40:57 UTC
(
hide
)
Description:
Evil hack to test :-)
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2009-05-21 15:40:57 UTC
Size:
491 bytes
patch
obsolete
>diff --git a/source/smbd/server.c b/source/smbd/server.c >index b05758e..e199e8a 100644 >--- a/source/smbd/server.c >+++ b/source/smbd/server.c >@@ -1264,7 +1264,7 @@ extern void build_options(bool screen); > > reopen_logs(); > >- DEBUG(0,("smbd version %s started.\n", SAMBA_VERSION_STRING)); >+ DEBUG(0,("smbd version %s started. PATH_MAX = %u\n", SAMBA_VERSION_STRING, (unsigned int)PATH_MAX)); > DEBUGADD(0,("%s\n", COPYRIGHT_STARTUP_MESSAGE)); > > DEBUG(2,("uid=%d gid=%d euid=%d egid=%d\n",
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 6384
:
4173
| 4174 |
4175