Bugzilla – Attachment 1991 Details for
Bug 1851
ssh_selinux_setfscreatecon segfaults if SELinux support is compiled in but is disabled at run-time
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
openssh-5.8p1-syntex-error.diff
openssh-5.8p1-syntex-error.diff (text/plain), 520 bytes, created by
Leonardo Chiquitto
on 2011-02-04 22:40:41 AEDT
(
hide
)
Description:
openssh-5.8p1-syntex-error.diff
Filename:
MIME Type:
Creator:
Leonardo Chiquitto
Created:
2011-02-04 22:40:41 AEDT
Size:
520 bytes
patch
obsolete
>Index: openbsd-compat/port-linux.c >=================================================================== >RCS file: /cvs/openssh/openbsd-compat/port-linux.c,v >retrieving revision 1.13 >diff -u -p -r1.13 port-linux.c >--- openbsd-compat/port-linux.c 27 Jan 2011 23:30:20 -0000 1.13 >+++ openbsd-compat/port-linux.c 4 Feb 2011 11:40:19 -0000 >@@ -213,7 +213,7 @@ ssh_selinux_setfscreatecon(const char *p > > if (!ssh_selinux_enabled()) > return; >- if (path == NULL) >+ if (path == NULL) { > setfscreatecon(NULL); > return; > }
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 1851
:
1984
| 1991