Bugzilla – Attachment 475 Details for
Bug 697
ending slash is not used
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Sync muckup fix
patch.txt (text/plain), 611 bytes, created by
Ben Lindstrom
on 2003-10-01 09:42:53 AEST
(
hide
)
Description:
Sync muckup fix
Filename:
MIME Type:
Creator:
Ben Lindstrom
Created:
2003-10-01 09:42:53 AEST
Size:
611 bytes
patch
obsolete
>Index: realpath.c >=================================================================== >RCS file: /var/cvs/openssh/openbsd-compat/realpath.c,v >retrieving revision 1.8 >diff -u -r1.8 realpath.c >--- realpath.c 25 Aug 2003 01:10:52 -0000 1.8 >+++ realpath.c 30 Sep 2003 23:40:09 -0000 >@@ -150,7 +150,7 @@ > serrno = ENAMETOOLONG; > goto err1; > } >- if (needslash == 0) >+ if (needslash) > strlcat(resolved, "/", MAXPATHLEN); > strlcat(resolved, wbuf, MAXPATHLEN); > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 697
: 475