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 586371 Details for
Bug 807168
[abrt] cryptkeeper-0.9.5-2.fc15: strcmp: Process /usr/bin/cryptkeeper was killed by signal 11 (SIGSEGV)
[?]
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]
fix the crash that occurs when clicking on the tray icon
cryptkeeper-0.9.5-fix-is_mounted-crash.patch (text/plain), 581 bytes, created by
groug
on 2012-05-23 14:27:35 UTC
(
hide
)
Description:
fix the crash that occurs when clicking on the tray icon
Filename:
MIME Type:
Creator:
groug
Created:
2012-05-23 14:27:35 UTC
Size:
581 bytes
patch
obsolete
>realpath() can return NULL sometimes... > >Signed-Off-by: groug@free.fr >Index: cryptkeeper-0.9.5/src/encfs_wrapper.cpp >=================================================================== >--- cryptkeeper-0.9.5.orig/src/encfs_wrapper.cpp >+++ cryptkeeper-0.9.5/src/encfs_wrapper.cpp >@@ -46,6 +46,7 @@ bool is_mounted(const char *mount_dir) > struct mntent *m = getmntent(f); > if (!m) break; > mnt_dir_expanded = realpath(m->mnt_dir, NULL); >+ if (!mnt_dir_expanded) continue; > if (strcmp(mount_dir_expanded, mnt_dir_expanded)==0) { > free(mnt_dir_expanded); > return true;
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 807168
:
572970
|
572971
|
572972
| 586371