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 601479 Details for
Bug 844630
Another memory leak in systemd-journald
[?]
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]
Add a missing free()
journald.c.patch (text/plain), 362 bytes, created by
Artur Zaprzała
on 2012-07-31 09:05:18 UTC
(
hide
)
Description:
Add a missing free()
Filename:
MIME Type:
Creator:
Artur Zaprzała
Created:
2012-07-31 09:05:18 UTC
Size:
362 bytes
patch
obsolete
>--- systemd-44/src/journal/journald.c-orig 2012-07-30 23:28:26.000000000 +0200 >+++ systemd-44/src/journal/journald.c 2012-07-31 09:51:19.484840109 +0200 >@@ -1134,6 +1134,7 @@ > free(syslog_priority); > free(syslog_facility); > free(syslog_identifier); >+ free(syslog_pid); > } > > static bool valid_user_field(const char *p, size_t l) {
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 844630
: 601479