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 286991 Details for
Bug 422981
A signal handler can destroy uninitialized object
[?]
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]
A patch fixing the issue.
checking-panel-object-initialization-in-signal-handler.patch (text/plain), 667 bytes, created by
Masatake YAMATO
on 2007-12-13 08:56:15 UTC
(
hide
)
Description:
A patch fixing the issue.
Filename:
MIME Type:
Creator:
Masatake YAMATO
Created:
2007-12-13 08:56:15 UTC
Size:
667 bytes
patch
obsolete
>2007-12-13 Masatake YAMATO <yamato@redhat.com> > > * extras/panel/scim_panel_gtk.cpp (signalhandler): Check > whether _panel_agent is initialized or not. > >diff -ruN scim-1.4.4-20060716.orig/extras/panel/scim_panel_gtk.cpp scim-1.4.4-20060716/extras/panel/scim_panel_gtk.cpp >--- scim-1.4.4-20060716.orig/extras/panel/scim_panel_gtk.cpp 2007-12-13 17:13:18.000000000 +0900 >+++ scim-1.4.4-20060716/extras/panel/scim_panel_gtk.cpp 2007-12-13 17:16:08.000000000 +0900 >@@ -3482,7 +3482,8 @@ > { > SCIM_DEBUG_MAIN (1) << "In signal handler...\n"; > >- _panel_agent->stop (); >+ if (_panel_agent) >+ _panel_agent->stop (); > } > > int main (int argc, char *argv [])
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 422981
: 286991