The Samba-Bugzilla – Attachment 2841 Details for
Bug 4814
Alternate data streams, Samba, and Windows Explorer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to mangle_hash.c
mangle_hash.c.patch (text/plain), 419 bytes, created by
James R Grinter (mail bounces back)
on 2007-07-25 07:00:55 UTC
(
hide
)
Description:
patch to mangle_hash.c
Filename:
MIME Type:
Creator:
James R Grinter (mail bounces back)
Created:
2007-07-25 07:00:55 UTC
Size:
419 bytes
patch
obsolete
>--- smbd/mangle_hash.c 29 Mar 2006 09:08:37 -0000 1.1.1.1 >+++ smbd/mangle_hash.c 25 Jul 2007 11:58:49 -0000 >@@ -550,7 +550,11 @@ > else { > *p++ = 0; > while( *p && extlen < 3 ) { >- if ( *p != '.') { >+ /* ':' is not valid in an extension >+ (or indeed, anywhere!), >+ So if it's present we skip it */ >+ if ( *p != '.' >+ && *p != ':' ) { > extension[extlen++] = p[0]; > } > p++;
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 4814
: 2841