Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 833286 Details for
Bug 1004093
Xorg hangs on logout when using xdm & the VNC module
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
tigervnc-extension-init-twice.patch
tigervnc-extension-init-twice.patch (text/plain), 715 bytes, created by
Tim Waugh
on 2013-12-05 17:18:56 UTC
(
hide
)
Description:
tigervnc-extension-init-twice.patch
Filename:
MIME Type:
Creator:
Tim Waugh
Created:
2013-12-05 17:18:56 UTC
Size:
715 bytes
patch
obsolete
>diff -up tigervnc-1.1.0/common/rfb/Configuration.h.extension-init-twice tigervnc-1.1.0/common/rfb/Configuration.h >--- tigervnc-1.1.0/common/rfb/Configuration.h.extension-init-twice 2011-08-09 22:16:44.000000000 +0100 >+++ tigervnc-1.1.0/common/rfb/Configuration.h 2013-12-05 16:47:21.487663106 +0000 >@@ -149,6 +149,10 @@ namespace rfb { > // Append configuration object to this instance. > // NOTE: conf instance can be only one configuration object > void appendConfiguration(Configuration *conf) { >+ Configuration *each; >+ for (each = _next; each; each = each->_next) >+ if (each == conf) >+ return; /* already in the list */ > conf->_next = _next; _next = conf; > } > };
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 1004093
: 833286